Set Msg = CreateObject("CDO.Message")
To create and send the message and it works great. I am trying to add
the ability to send the email as Urgent/High Priority/Inportance but I
cannot seem to do so. My research has turned up that I should be
using:
.Configuration.Fields.Item("urn:schemas:httpmail:importance").Value =
2 ' cdoHigh = 2
.Configuration.Fields.Item("urn:schemas:httpmail:priority").Value =
1 ' cdoPriorityUrgent = 1
I have added these two lines in just before I update the fields but it
has no effect. The message headers state normal for both importance
and priority.
This is being sent to my Exchange server.
Anyone have any ideas?
Thanks!!
Karl
A blogger who claims to have done it this way...
Mark's Tech Stuff: Set Email Priority cum Importance Via ASP Using
CDO.Message
<http://markstechstuff.blogspot.com/2007/06/set-email-priority-cum-importance-via.html>
--
Michael Harris