![]() |
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
|
|||
|
|||
![]()
Hi
|
#2
|
|||
|
|||
![]()
How to create custom form (Outlook 2007) using MAPI ?
I need custom form just for change mini icon for some message. |
#3
|
|||
|
|||
![]()
The icon that you see or that recipients see? If the latter, internal recipients connecting to the same Exchange Server or external or non-Exchange recipients?
-- Sue Mosher, Outlook MVP Author of Microsoft Outlook 2007 Programming: Jumpstart for Power Users and Administrators http://www.outlookcode.com/article.aspx?id=54 wrote in message ... How to create custom form (Outlook 2007) using MAPI ? I need custom form just for change mini icon for some message. |
#4
|
|||
|
|||
![]()
The icon that I see.
I guess I have to create Form in Personal Forms Library. I tried creating Form using the folowing code: var FormMgr: IMAPIFormMgr; PersonalFormsLibrary : IMAPIFormContainer; FormMgr.OpenFormContainer(HFRMREG_PERSONAL, nil, PersonalFormsLibrary)); PersonalFormsLibrary.InstallForm(0, MAPI_DIALOG, CfgPathName)); where CfgPathName - path to the form's configuration file. When I selected this form in Outlook when tring to create a message, I got a Outlook warning that it was unable to display this form. On 25 , 17:25, "Sue Mosher [MVP-Outlook]" wrote: The icon that you see or that recipients see? If the latter, internal recipients connecting to the same Exchange Server or external or non-Exchange recipients? -- Sue Mosher, Outlook MVP Author of Microsoft Outlook 2007 Programming: Jumpstart for Power Users and Administrators http://www.outlookcode.com/article.aspx?id=54 wrote in ... How to create custom form (Outlook 2007) using MAPI ? I need custom form just for change mini icon for some message.- - - - |
#5
|
|||
|
|||
![]()
Did you actually create the form first in Outlook and save it as a .cfg file?
In Outlook 2007, a simpler solution for showing a specific icon is to use a replaceall form region manifest, as discussed at http://forums.microsoft.com/MSDN/Sho...iteID=1&mode=1 -- Raul's #1 manifest. -- Sue Mosher, Outlook MVP Author of Microsoft Outlook 2007 Programming: Jumpstart for Power Users and Administrators http://www.outlookcode.com/article.aspx?id=54 wrote in message ... The icon that I see. I guess I have to create Form in Personal Forms Library. I tried creating Form using the folowing code: var FormMgr: IMAPIFormMgr; PersonalFormsLibrary : IMAPIFormContainer; FormMgr.OpenFormContainer(HFRMREG_PERSONAL, nil, PersonalFormsLibrary)); PersonalFormsLibrary.InstallForm(0, MAPI_DIALOG, CfgPathName)); where CfgPathName - path to the form's configuration file. When I selected this form in Outlook when tring to create a message, I got a Outlook warning that it was unable to display this form. On 25 , 17:25, "Sue Mosher [MVP-Outlook]" wrote: The icon that you see or that recipients see? If the latter, internal recipients connecting to the same Exchange Server or external or non-Exchange recipients? wrote in ... How to create custom form (Outlook 2007) using MAPI ? I need custom form just for change mini icon for some message.- - - - |
#6
|
|||
|
|||
![]()
Thank you for your answer. BTW, I can't use Outlook 2007 specific form
region feature because I mean to install the add-in for Outlook 2003 and 2007. I created .cfg file manually referring MSDN article. Is there another "right" way to create and install custom form ? Actually I have several e-mail addresses and certain icon for each of them. My addin should to create custom form (if not exists) with specific icon and then set message class to new one for each arrived mail with specific e-mail address. On 25 апр, 19:04, "Sue Mosher [MVP-Outlook]" wrote: Did you actually create the form first in Outlook and save it as a .cfg file? In Outlook 2007, a simpler solution for showing a specific icon is to use a replaceall form region manifest, as discussed athttp://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=2199745&SiteID=...-- Raul's #1 manifest. -- Sue Mosher, Outlook MVP * *Author of Microsoft Outlook 2007 Programming: * * *Jumpstart for Power Users and Administrators * *http://www.outlookcode.com/article.aspx?id=54 wrote in ... The icon that I see. I guess I have to create Form in Personal Forms Library. I tried creating Form using the folowing code: var * FormMgr: IMAPIFormMgr; * PersonalFormsLibrary : IMAPIFormContainer; FormMgr.OpenFormContainer(HFRMREG_PERSONAL, nil, PersonalFormsLibrary)); PersonalFormsLibrary.InstallForm(0, MAPI_DIALOG, CfgPathName)); where CfgPathName - path to the form's configuration file. When I selected this form in Outlook when tring to create a message, I got a Outlook warning that it was unable to display this form. On 25 ÁÐÒ, 17:25, "Sue Mosher [MVP-Outlook]" wrote: The icon that you see or that recipients see? If the latter, internal recipients connecting to the same Exchange Server or external or non-Exchange recipients? wrote in ... How to create custom form (Outlook 2007) using MAPI ? I need custom form just for change mini icon for some message.- óËÒÙÔØ ÃÉÔÉÒÕÅÍÙÊ ÔÅËÓÔ - - ðÏËÁÚÁÔØ ÃÉÔÉÒÕÅÍÙÊ ÔÅËÓÔ -- Скрыть цитируемый текст - - Показать цитируемый текст - |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
need help to create a custom reply form | Fra Diavolo | Outlook - Using Forms | 0 | April 10th 07 01:00 PM |
Does anyone know how to create an Outlook Custom form to setup how meeting rooms are booked for clients? | KingCronos | Outlook - General Queries | 0 | March 1st 07 05:22 PM |
Create a custom appointment form | Theresa Smallwood | Outlook - Using Forms | 1 | April 27th 06 09:14 PM |
Is it possible to create and publish Outlook Custom Form through VBA | [email protected] | Outlook - General Queries | 3 | March 10th 06 09:25 PM |
Is it possible to create and publish Outlook Custom Form through VBA | [email protected] | Outlook - General Queries | 1 | March 10th 06 02:51 PM |