Monitoring for changes
Thanks again Ken
Ken Slovak - [MVP - Outlook] wrote:
Always check the store name after getting it like that or iterate the
entire Folders collection until you find the public folders. You
can't depend on a constant index value.
"Simon Woods" wrote in message
...
Simon Woods wrote:
... also
Get I get a folder by name. I've got a recursive routine which is
recursing through my off-public folders in my favorites folder. The
call
OutlookNameSpace.GetDefaultFolder
doesn't seem to offer me the top level a way into my favourites. Is
there an alternative way?
OK I've sorted this one ...
OutlookNameSpace.Folders(2) is my top level Public folder
Thanks
Simon
|