From: Gee Weez on 3 Mar 2010 15:48 Hello, I am writing a MAPI addin for Outlook that would generate iMip style messages for meeting requests, responses and cancellations. I know Outlook configured to work with IMAP is able to generate and consume such iMip (iCalendar messages), and was wondering if there is some method/functionality exposed in Outlook (or else where) which I could use to generate and parse the iCalendar objects into Outlook objects. I noticed the SaveAs method in the Outlook Object Model can generate iCalendar files for AppointmentItems but wasn't sure if the same would generate the correct iCalendar files (i.e. with the correct METHOD) for meeting cancellations, etc. Regards, GW.
From: Brian Tillman [MVP-Outlook] on 3 Mar 2010 16:06 "Gee Weez" <weez.gee(a)gmail.com> wrote in message news:d00301b7-97e3-4fc1-94d7-84164a90ff77(a)z1g2000prc.googlegroups.com... > I am writing a MAPI addin for Outlook that would generate iMip style > messages for meeting requests, responses and cancellations. I know > Outlook configured to work with IMAP is able to generate and consume > such iMip (iCalendar messages), and was wondering if there is some > method/functionality exposed in Outlook (or else where) which I could > use to generate and parse the iCalendar objects into Outlook objects. Best if you ask in the programming group microsoft.public.outlook.program_addins -- Brian Tillman [MVP-Outlook]
|
Pages: 1 Prev: how to send an email from microsoft outlook Next: How to MOVE send messages to a folder |