I am using the "CDONTS.NewMail" object as specified in an ASP book I am using but there is no documentation on the details of this object and I would like to know what the values mean that I am setting.
Specifically:
MyMail.MailFormat = 1
MyMail.BodyFormat = 0
Question: What are the possible values for these fields and what are their meanings? Are there other propoerties I can set? Where can I read about this object?
Thanks.
link
http://msdn.microsoft.com/library/psdk/cdo/amsmtp_9mn3.htm
Bodyformat means that how it will be included as text or as HTML
link
http://msdn.microsoft.com/library/psdk/cdo/amsmtp_52an.htm
they explain it.