Originally posted by HAT at 2008-9-3 00:43:
VBS可以:
Set cdo = CreateObject("CDO.Message")
strCfg = "http://schemas.microsoft.com/cdo/configuration/"
With cdo
.Sender = "发送者邮件地址"
...
举个例子吧
该改的我又不知道改成什么样儿
Originally posted by HAT at 2008-9-3 00:43:
VBS can:
Set cdo = CreateObject("CDO.Message")
strCfg = "http://schemas.microsoft.com/cdo/configuration/"
With cdo
.Sender = "Sender's email address"
...
Give an example
I don't know what to change it to