View Single Post
  #5  
Old April 25th 08, 05:04 PM posted to microsoft.public.outlook.program_forms
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: 11,651
Default Create custom form in Outlook 2007

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.- Скрыть цитируемый текст -


- Показать цитируемый текст -


Ads