![]() |
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 meant programmatically but I already succeed.
Outlook.MAPIFolder folder = application.ActiveExplorer).CurrentFolder; Outlook.MailItem item = (Outlook.MailItem) folder.Items.Add("IPM.Note.CustomForm); item.Display(true); But now I have another problem ![]() Thanks. |
#2
|
|||
|
|||
![]()
I'm not sure what you mean. The form and the window are the same thing in this context: The window displays the form, which shows the data from the item.
Also, given that you have the MailItem object, why not use item.CLose? -- Sue Mosher, Outlook MVP Author of Microsoft Outlook 2007 Programming: Jumpstart for Power Users and Administrators http://www.outlookcode.com/article.aspx?id=54 "Nir" wrote in message ... I meant programmatically but I already succeed. Outlook.MAPIFolder folder = application.ActiveExplorer).CurrentFolder; Outlook.MailItem item = (Outlook.MailItem) folder.Items.Add("IPM.Note.CustomForm); item.Display(true); But now I have another problem ![]() Thanks. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
User cannot open custom Organizational Form | teenzbutler | Outlook - Using Forms | 16 | April 9th 08 06:41 PM |
new posts do not open in custom form | mash | Outlook - Using Forms | 6 | January 22nd 07 09:32 PM |
OL2003 - Custom form won't open on some PCs | Lanwench [MVP - Exchange] | Outlook - General Queries | 0 | November 28th 06 01:42 PM |
Is it possible to open the default Contact form with the Activities tab activated from a custom form? VSTO 2005, Outlook 2003 | David Webb | Outlook and VBA | 1 | June 20th 06 09:59 PM |
Cannot programmatically open custom message in custom form | ms | Outlook - Using Forms | 1 | January 20th 06 03:01 PM |