V
Vladimir Chtchetkine
.. in a strange way. I have a personal folder in Outlook that is known to my
Addin by its EntryID property. So when my Addin gets loaded I use
_Namespace.GetFolderFromID to locate that folder. But this call fails .
until I select that folder in Outlook UI. After that, when I load my Addin
it is able to locate this folder (GetFolderFromID finds it). How do I avoid
that UI-dependency? In other words how do I make sure that GetFolderFromID
will locate that folder if EntryID is valid?
TIA,
Vladimir
Addin by its EntryID property. So when my Addin gets loaded I use
_Namespace.GetFolderFromID to locate that folder. But this call fails .
until I select that folder in Outlook UI. After that, when I load my Addin
it is able to locate this folder (GetFolderFromID finds it). How do I avoid
that UI-dependency? In other words how do I make sure that GetFolderFromID
will locate that folder if EntryID is valid?
TIA,
Vladimir