B
bevan.johnson
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.
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.