M
msnews.microsoft.com
Hi,
I'd like to create a VB application that will forward a calendar message to
another user, and "recast" the message from a calendar message to an email
(ie IPM.NOTE).
I'm able to open the calendar message, create a new message that is a
"forward", and I've tried to set multiple fields to change the message to an
email. Regardless of the fields I set, the user I forward the email to sees
a calendar message. Here are the five message fields(s) I've tried:
iMsg.Fields("http://schemas.microsoft.com/mapi/string/{00020386-0000-0000-C000-000000000046}/content-class").Value
= "urn:content-classes:message"
iMsg.Fields("urn:schemas:mailheader:content-class").Value =
"urn:content-classes:message"
iMsg.Fields("DAV:contentclass").Value = "urn:content-classes:message"
iMsg.Fields("http://schemas.microsoft.com/mapi/proptag/0x001A001E").Value =
"IPM.Note"
iMsg.Fields("http://schemas.microsoft.com/exchange/outlookmessageclass").Value
= "IPM.Note"
Does anyone have any suggestions?
THanks!
-Russ
I'd like to create a VB application that will forward a calendar message to
another user, and "recast" the message from a calendar message to an email
(ie IPM.NOTE).
I'm able to open the calendar message, create a new message that is a
"forward", and I've tried to set multiple fields to change the message to an
email. Regardless of the fields I set, the user I forward the email to sees
a calendar message. Here are the five message fields(s) I've tried:
iMsg.Fields("http://schemas.microsoft.com/mapi/string/{00020386-0000-0000-C000-000000000046}/content-class").Value
= "urn:content-classes:message"
iMsg.Fields("urn:schemas:mailheader:content-class").Value =
"urn:content-classes:message"
iMsg.Fields("DAV:contentclass").Value = "urn:content-classes:message"
iMsg.Fields("http://schemas.microsoft.com/mapi/proptag/0x001A001E").Value =
"IPM.Note"
iMsg.Fields("http://schemas.microsoft.com/exchange/outlookmessageclass").Value
= "IPM.Note"
Does anyone have any suggestions?
THanks!
-Russ