Interop.Outlook.UserProperties.Add causing problem during connection time
- by aanataliya
Hi All,
I have created a plug-in for outlook. Plug-in has only below code.
private void OnNewOutlookInspector(Outlook.Inspector OutlookInsptr)
{
Outlook.MailItem MlItem = (Outlook.MailItem)OutlookInsptr.CurrentItem;
//if I remove below line. Everything is working fine.
…