Forward a calendar message as an email using CDO

  • Thread starter msnews.microsoft.com
  • Start date
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
 
P

Peter Huang [MSFT]

Hi Russ,

This newsgroup is mainly discussing how to use Office Object Modal to
automation office product.

For you scenario, I think it would better post in the newsgroup.
microsoft.public.exchange.development
or
microsoft.public.exchange2000.development

However, this queue is not a MSDN managed queue yet. That means you won't
be guranteed to get a reply in 2 business days there. So if the issue is
urgent for you, I think the best way is to use one of your MSDN subscriber
free support incident to contact our customer support service. There will
be one Exchange dev support engineer working specially with you on it.
Please visit the following page for how to submit it:
http://msdn.microsoft.com/subscriptions/support/default.aspx

If you have any more concerns, please feel free to post here. Thanks very
much for your understanding.

Best regards,

Peter Huang

Microsoft Online Community Support
==================================================
When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.
==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top