473,387 Members | 1,512 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

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

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
Jul 21 '05 #1
6 1480
Pieter,

For every unique ID is the Guid
http://msdn.microsoft.com/library/de...classtopic.asp

I hope this helps,

Cor
Jul 21 '05 #2
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?

"Cor Ligthert" <no************@planet.nl> wrote in message
news:%2***************@TK2MSFTNGP15.phx.gbl...
Pieter,

For every unique ID is the Guid
http://msdn.microsoft.com/library/de...classtopic.asp
I hope this helps,

Cor

Jul 21 '05 #3
"DraguVaso" <pi**********@hotmail.com> schrieb:
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.

--
M S Herfried K. Wagner
M V P <URL:http://dotnet.mvps.org/>
V B <URL:http://classicvb.org/petition/>

Jul 21 '05 #4
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...

"Herfried K. Wagner [MVP]" <hi***************@gmx.at> wrote in message
news:%2****************@TK2MSFTNGP09.phx.gbl...
"DraguVaso" <pi**********@hotmail.com> schrieb:
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.

--
M S Herfried K. Wagner
M V P <URL:http://dotnet.mvps.org/>
V B <URL:http://classicvb.org/petition/>

Jul 21 '05 #5
"DraguVaso" <pi**********@hotmail.com> schrieb:
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.

--
M S Herfried K. Wagner
M V P <URL:http://dotnet.mvps.org/>
V B <URL:http://classicvb.org/petition/>

Jul 21 '05 #6
thanks for the help anyway!
I think i found my answer here:
http://support.microsoft.com/default...b;en-us;201074
"Herfried K. Wagner [MVP]" <hi***************@gmx.at> wrote in message
news:Ou*************@TK2MSFTNGP10.phx.gbl...
"DraguVaso" <pi**********@hotmail.com> schrieb:
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.

--
M S Herfried K. Wagner
M V P <URL:http://dotnet.mvps.org/>
V B <URL:http://classicvb.org/petition/>

Jul 21 '05 #7

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
by: deko | last post by:
I have a Make Table query that creates a fairly large table. The Make Table query populates the new table with one AutoNumber field (which is taken form another unrelated table as part of the...
3
by: Chris | last post by:
Before I started to create table, etc to track unique form field record number assigments I thought I'd check to see if there is now a better way to do this in .NET. I have a parent form (table)...
6
by: DraguVaso | last post by:
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. ...
10
by: Jerry LeVan | last post by:
Hi, I am futzing around with Andrew Stuarts "Catchmail" program that stores emails into a postgresql database. I want to avoid inserting the same email more than once... (pieces of the email...
6
by: Joolz | last post by:
Hi everyone, When importing a bunch of data (> 85000 rows) I get an error I can't explain. The table into which I'm importing has a unique clause on (code, bedrijf). The rows in the source-table...
4
by: Goh | last post by:
Hi, I would like to know how can we implement a web page that intelligent enough to unique identify that pc have been visit before without any cookies and login user require. I have try...
3
by: Bruce Wood | last post by:
I know that this isn't a C# question, but I can't find a newsgroup specifically devoted to ADO.NET, other than a moribund one that deals with ADO in general. This problem is driving me to...
2
by: srusskinyon | last post by:
I need some help getting unique records from our database! I work for a small non-profit homeless shelter. We keep track of guest information as well as what services we have offered for...
6
by: timor.super | last post by:
Hi group, I need a way of calculating an unique id for a file. I've seen things like Crc32, 64, checksum .... there's a list here : http://en.wikipedia.org/wiki/List_of_hash_functions What...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.