Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to get properties of .msg file saved on file system

Status
Not open for further replies.

prgmdb

Programmer
Jun 19, 2006
1
IT
Hi gurus,
I need to implement a VBA function to get properties of .msg file such as: from, to, cc, bcc, subject, and first row of body message.
I try with mailitem, but this file are stored on file system and not in an outlook folder.
I will use this function in a module of Access MDB, so I can store these information on table and find quickly email by query.
I can't use .pst file because this information will be shared and .pst file can't be accessed simultaneously by more users.

Thanks to all
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top