_Namespace.GetFolderFromID fails.

  • Thread starter Thread starter Vladimir Chtchetkine
  • Start date Start date
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
 
Thanks! It helped :-)

Sue Mosher said:
Supply the StoreID as well as the EntryID.

--
Sue Mosher, Outlook MVP
Author of
Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
 
Back
Top