A
Acaccia
Ok now it works fine, the error was on folder name where I tried to
publicize my form:
CComVariant varContacts (oContacts);
CustomFormDescription->PublishForm(ofr,varContacts);
where
CComQIPtr <Outlook::MAPIFolder> oContacts;
Outlook::OlDefaultFolders enumODF = olFolderContacts;
olNs->GetDefaultFolder(enumODF,&oContacts);
Now... I have the contact list updated to new formby my add-in, but the work
is not still perfect...
1) updates of forms occurs only when I restart outlook application (the
add-in converts suddenly all MessageClass fields, but their look appears
like IPM.Contact nor like IPM.Contact.MyForm).
2) in contact list the add-in add always a new empty contact (via
CreateItemFromTemplate method)
How can I avoid this behavior?
Thank's in advance, Andrea
P.S. special thanks to Sue! )
publicize my form:
CComVariant varContacts (oContacts);
CustomFormDescription->PublishForm(ofr,varContacts);
where
CComQIPtr <Outlook::MAPIFolder> oContacts;
Outlook::OlDefaultFolders enumODF = olFolderContacts;
olNs->GetDefaultFolder(enumODF,&oContacts);
Now... I have the contact list updated to new formby my add-in, but the work
is not still perfect...
1) updates of forms occurs only when I restart outlook application (the
add-in converts suddenly all MessageClass fields, but their look appears
like IPM.Contact nor like IPM.Contact.MyForm).
2) in contact list the add-in add always a new empty contact (via
CreateItemFromTemplate method)
How can I avoid this behavior?
Thank's in advance, Andrea
P.S. special thanks to Sue! )