F
Farooq Khan
hi,
i'm using CDONTS component for emailing through one of my web service like
this
// Start of code
// 'email' is the CDONTS object name
email.send(EmailFrom.ToString(), EmailTo.ToString(), Subject.ToString(),
Body.ToString(), 1)
// End of code
the above call throws an exception with the message saying "Access is
denied.". i'm using Windows 2000 Professional. don't know what i'm doing
wrong over here. help me on this!!!
Thanks.
Farooq Khan
i'm using CDONTS component for emailing through one of my web service like
this
// Start of code
// 'email' is the CDONTS object name
email.send(EmailFrom.ToString(), EmailTo.ToString(), Subject.ToString(),
Body.ToString(), 1)
// End of code
the above call throws an exception with the message saying "Access is
denied.". i'm using Windows 2000 Professional. don't know what i'm doing
wrong over here. help me on this!!!
Thanks.
Farooq Khan