G
Guest
Hi
On drag n dropping a contact to a folder, i need to display it in a
customform . For that , in the Item_Add of that destination folder im
changing the Items message class to my custom form
olMyItem.MessageClass = "IPM.Contact.CustomForm1"
Then i need to display the contact to the user , For that i used the
following code
olMyItem.Display(false)
But the contact is getting displayed in the default contact form.
what should i do to get it displayed in the Customform which is published in
the Personal forms library. im working with Outlook 2000.
Thanks in Advance....
NC
On drag n dropping a contact to a folder, i need to display it in a
customform . For that , in the Item_Add of that destination folder im
changing the Items message class to my custom form
olMyItem.MessageClass = "IPM.Contact.CustomForm1"
Then i need to display the contact to the user , For that i used the
following code
olMyItem.Display(false)
But the contact is getting displayed in the default contact form.
what should i do to get it displayed in the Customform which is published in
the Personal forms library. im working with Outlook 2000.
Thanks in Advance....
NC