Outlook and msg file ...

J

Jacques

Hello,
After a long research without answers ...

When you send a mail with an attached file(test.txt, for example) and that
the address is wrong, you receive a mail in return.
This mail has an attached file(test.msg) which contains the mail that you
sent.
In this attached file(test.msg), there is your attached file(test.txt)
How to recover the name of the attached file which is in the msg file ?
I will use VB or VBA to reach this.
Sorry for my poor English
Thank you for your answers
 
B

Brian Tillman

Jacques said:
When you send a mail with an attached file(test.txt, for example) and
that the address is wrong, you receive a mail in return.
This mail has an attached file(test.msg) which contains the mail that
you sent.
In this attached file(test.msg), there is your attached file(test.txt)
How to recover the name of the attached file which is in the msg file
?

Depends on the format of the message when you sent it, I imagine, but it's
usually on one of the MIME headers.
 
Top