View Single Post
  #1  
Old December 3rd 06, 11:12 PM posted to microsoft.public.outlook.program_addins
Slava Barouline
external usenet poster
 
Posts: 15
Default Check for empty Explorer.Selection causes error in Outlook Today

I will probably use EntryID if
(IExplorer.CurrentFolderFOutlookTodayFolder) will not work

It shows different addresses for IExplorer.CurrentFolder and
FOutlookTodayFolder
How can I compare them?

"Dmitry Streblechenko" wrote in message
...
You'd be better off comparing the entry ids rather than names.
The fact that (IExplorer.CurrentFolder FOutlookTodayFolder) is
perfectly normal. Each time you access Explorer.CurrentFolder, OOM returns
a brand new COM object.

Dmitry Streblechenko (MVP)
http://www.dimastr.com/



Ads