View Single Post
  #1  
Old June 2nd 06, 02:31 PM posted to microsoft.public.outlook.program_addins
[email protected]
external usenet poster
 
Posts: 4
Default Additional Mailbox owners

Hi,

I have written an Outlook Add-In that files emails by recording the
email details to an SQL db and then saving the email as an msg file on
a NTFS structure. We have users who monitor other users mailboxes by
added them via the accounts section - additional mailboxes. My problem
occurs when I have to differentiate between the user who is filing and
the user they are filing for.

Obviously getting the username of the logged in user is not a problem,
but getting a unique key on the mailbox they are accessing is.
Currently I am looking at the currentFoler.folderpath and extracting
the name from there. This obviously isn't ideal as two people can have
the same name. The storeid and entryid of any folder I believe to be
unique, but is there any link between these two keys and any properties
of the mailbox owner in AD?

Thanks for your help.

Bev.

Ads