views:

9

answers:

1

I'm developing an Outlook addin in C# and have a problem distinguishing mails opened from a folder (Inbox, Sent etc) from mails opened from a standalone .msg file.

I've tried inspecting the Parent property, but it shows Inbox for both kinds.

Any ideas out there?

/Sam

A: 
Geoff
Thanks! EntryID in combination with Sent is what i was after. A bit nervous about how different mail stores behaves though, but that'll show, I suppose.
Sam