A
AtulSureka
Hi
Inside Outlook Addin I am trying to open a MSG file (saved on disk) by
executing DOS command.
I have handled NewInspector event so that as soon as MSG file opens I can
perform some action on mail item.
But the problem is inside the NewInspector event handler when I am trying to
access the entryID of mail item then it shows the value as null.
In the same handler function if I open the quick watch for mailitem and then
try to access the entry id again, then it shows the value correctly. I am not
getting why this is happening.
Any help will be much appreciated.
Regards
Atul Sureka
Inside Outlook Addin I am trying to open a MSG file (saved on disk) by
executing DOS command.
I have handled NewInspector event so that as soon as MSG file opens I can
perform some action on mail item.
But the problem is inside the NewInspector event handler when I am trying to
access the entryID of mail item then it shows the value as null.
In the same handler function if I open the quick watch for mailitem and then
try to access the entry id again, then it shows the value correctly. I am not
getting why this is happening.
Any help will be much appreciated.
Regards
Atul Sureka