![]() |
If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. |
|
|
Thread Tools | Search this Thread | Display Modes |
#1
|
|||
|
|||
![]()
I developed a custom form in VSTO. And when forwarding the custom form, the
showing form is also the custom form. But I want to use the default message form when forwarding. The coding like following: Dim oMsg As Outlook.MailItem oMsg = Me.CreateItemFromTemplate(strPath + "test.oft") oMsg.MessageClass and oMsg.Forward().MessageClass are the same which is "IPM.Note". oMsg.FormDescription.MessageClass and oMsg.Forward().FormDescription.MessageClass are the same which is "IPM.Note.CustomForm". Further more, I have set the action property "forward" to the default message form in test.oft mail template design. But its formdescription.messageclass is the customform class. How could I modify the forward() to use the default messageclass, and its formdescription also use the default messageclass. Thanks |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
ou2007 custom form icon change on event | fileman | Outlook - Using Forms | 5 | March 29th 07 12:22 PM |
No permission for "forward" event in Outlook Form | movalgirl | Outlook - Using Forms | 0 | February 28th 07 10:33 AM |
Custom Event Form | Anne | Outlook - Using Forms | 0 | August 25th 06 09:59 PM |
Adding/Using a custom form during the NewInspector event | Tom at GSD | Add-ins for Outlook | 3 | July 12th 06 10:21 PM |
How to handling Custom Form Control Event in VB Com Add-In? | Raphaël ZHOU \(Jadiam\) | Outlook - Using Forms | 1 | January 11th 06 07:31 AM |