日归档:
2006年03月25日
| 记录数: 1
-
- 使用CDO.Message组件在线发送邮件
- Weather:晴 ,北风 4-5级 ,最低气温2 ℃
- 2006-03-25
以下为asp版本,组件都是相同的,使用语言不同,最多改一下里面的变量声明方法即可,通常此组件是用来在.net环境下发邮件用的.
sub CdoMail()
Const cdoSendUsingMethod="http://schemas.microsoft.com/cdo/configuration/sendusing"
Const cdoSendUsingPort=2
Const cdoSMTPServer="http://schemas.microsoft.com/cdo/configuration/smtpserver&q...- Views(6053) | Comments(0) | In web develop
