_Namespace.GetFolderFromID fails.

  • Thread starter Vladimir Chtchetkine
  • 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
 
V

Vladimir Chtchetkine

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top