|
|
|
|
|
| | |
|
Active Server Pages help tutorial how to ASP Help ASP Tutorials ASP Programming ASP Code - ASP Free CJWSoft ASPProtect ASPBanner ASPClassifieds
(Advanced)
(Components)
(Database)
(General)
(Vbscript)

|
|
Subject: |
Re: CDONTS Attachement ??? |
From: |
Lothar A. Haensler |
Date: |
1/26/1999 10:13:26 AM |
IP: |
212.2.65.69 |
sample from MSDN
Dim myMail Set myMail = CreateObject("CDONTS.NewMail")
myMail.From = "Example@Microsoft.com" myMail.To = "Someone@company.com"
myMail.Subject = "Sample Message" myMail.Body = "This is a sample message."
myMail.AttachFile "d:\sample.txt" myMail.Send Set myMail = Nothing
Obviously AttachFile is a method, not a property.
hth
Lothar |
Previous Message
Follow Up - Re: CDONTS Attachement ??? - Shahram 1/26/1999 10:53:03 AM
|
|
|
|
|
|
|
|
|
|
|
|