Jump to content

ASP email


Melkor111

Recommended Posts

:) Hello guys, I'm just wondering about the Importance parameter in ASP emails...I haven't seen any explanation in the manual on the site concerning this issue, so I tried an obvious: cdoMessage.Importance=importance_variableI get, however, the following error: "Object doesn't support this property or method: 'cdoMessage.Importance' "What do you think might be wrong? Or, perhaps, this param is not supported in CDO?Thanx a lot!Here goes my code:
Set cdoMessage = CreateObject("CDO.Message")cdoMessage.From=sendfromcdoMessage.To=sendtocdoMessage.Cc=sendtocccdoMessage.Bcc=sendtobcccdoMessage.Importance=importancecdoMessage.Subject=subjectcdoMessage.HTMLBody=messagebodycdoMessage.SendSet cdoMessage=nothing

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...