Prev: What is Microsoft Outlook 2007 forward as iCalendar
Next: after I archive the calendar in Outlook, the items still appear
From: MikeLH33 on 18 Mar 2010 16:14 I have a .msg file I saved as a boilerplate for Calendar requests that will be programmatically started in an application I am developing. I want to be able to modify the Calendar request's date, time, duration, and message contents based on the user's inputs prior to opening the .msg file. After the user verifies the contents, he/she will click the <Send> button. Currently, from the command line, I can run "c:\program files\microsoft office\office12\outlook.exe" /f "c:\p_review\PR.msg" The Calendar request opens with the boilerplate. However, I cannot find any documentation to explain how I can modify the boilerplate contents. Thanks, MikeLH33
From: Brian Tillman [MVP-Outlook] on 19 Mar 2010 08:39
"MikeLH33" <MikeLH33(a)discussions.microsoft.com> wrote in message news:B6D75AB2-5711-467F-B152-C667B85D82D7(a)microsoft.com... >I have a .msg file I saved as a boilerplate for Calendar requests that will > be programmatically started in an application I am developing. I want to be > able to modify the Calendar request's date, time, duration, and message > contents based on the user's inputs prior to opening the .msg file. After > the user verifies the contents, he/she will click the <Send> button. > > Currently, from the command line, I can run > "c:\program files\microsoft office\office12\outlook.exe" /f > "c:\p_review\PR.msg" > > The Calendar request opens with the boilerplate. However, I cannot find any > documentation to explain how I can modify the boilerplate contents. Change it the way you want, then click File>Save As and save it as a msg file again. -- Brian Tillman [MVP-Outlook] |