Unique ID of an email? or how to identify them?

D

DraguVaso

Hi,

I once saw a fax-application that puts faxes as email in a pst-file, sends
the ID of that email to a user, and than an application opens that specific
email/fax on the screen of the user.

I also would like to be able for my application to identify emails uniquely:
where should I find this unique ID? Or is it based on other stuff like The
sender and time of reception?

Any help would be really appreciated.

Thanks a lot,

Pieter
 
D

DraguVaso

Thanks, but this isn't linked at all at an email,

what I need is to be able to identify each email in a pst-file with a unique
id... So is there such an ID for each mail aklreaddy when it arrives in
outlook?
 
H

Herfried K. Wagner [MVP]

DraguVaso said:
I once saw a fax-application that puts faxes as email in a pst-file, sends
the ID of that email to a user, and than an application opens that
specific
email/fax on the screen of the user.

I also would like to be able for my application to identify emails
uniquely:
where should I find this unique ID? Or is it based on other stuff like The
sender and time of reception?

Maybe the email's 'Message-ID' field is what you want.
 
D

DraguVaso

Hm yes something like that.
I foundalso something about "EntryID", which should also be some kind of ID,
and seems to be in the outlook object-model.
Should it be better to use the EntryID? Is it also unique?

What I actually need is to store that ID (Message-ID or EntryID or whatever)
in a database, and than when the users that have access to the public *.pst
are able to find that Emil in the pst with the ID...
 
H

Herfried K. Wagner [MVP]

DraguVaso said:
I foundalso something about "EntryID", which should also be some kind of
ID,
and seems to be in the outlook object-model.
Should it be better to use the EntryID? Is it also unique?

What I actually need is to store that ID (Message-ID or EntryID or
whatever)
in a database, and than when the users that have access to the public
*.pst
are able to find that Emil in the pst with the ID...

I feel sorry, but I am not familiar with the Outlook object model... I was
referring to a header field of an email message.
 

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