M
masta
I search a unique ID for an Outlook (2003) account (not the email address).
Even when changing machine and accessing the same (Exchange-)account, this ID
should be the same.
Details:
I have a (.net 2.0) application with a connection to a (SQL2005) database.
There are some deadlines (stored in the DB) that a user can select to
synchronize with Outlook.
If the user chooses to synchronize a deadline, I simply store the unique
Outlook entry ID in the DB, along with the Windows user SID, so that I know
for which user this deadline is synchronized.
The missing piece now is a unique ID for the Outlook account. This way I
would be able to know if the user is working on the same account (not the
email address, the "real" Outlook account) or not when logged in on another
machine.
I'm developing with Visual Studio 2005 SP1 and Office 2003 SP1 with the PIOs
installed.
Thanks for your help
Even when changing machine and accessing the same (Exchange-)account, this ID
should be the same.
Details:
I have a (.net 2.0) application with a connection to a (SQL2005) database.
There are some deadlines (stored in the DB) that a user can select to
synchronize with Outlook.
If the user chooses to synchronize a deadline, I simply store the unique
Outlook entry ID in the DB, along with the Windows user SID, so that I know
for which user this deadline is synchronized.
The missing piece now is a unique ID for the Outlook account. This way I
would be able to know if the user is working on the same account (not the
email address, the "real" Outlook account) or not when logged in on another
machine.
I'm developing with Visual Studio 2005 SP1 and Office 2003 SP1 with the PIOs
installed.
Thanks for your help