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
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