Outlook Unique session id

N

Neetu

I am working with outlook addin using VSTO and c#.
I need a unique id ( integer or any datatype value) to identify each unique
session of outlook at a machine.

How to achieve it?
 
K

Ken Slovak - [MVP - Outlook]

Either generate your own ID using something like date and time and possibly
a MAC number for the machine, or just generate a GUID in your code.
 
N

Neetu

Thanks ken ,

Ken Slovak - said:
Either generate your own ID using something like date and time and possibly
a MAC number for the machine, or just generate a GUID in your code.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top