Click here to Skip to main content
15,892,927 members
Please Sign up or sign in to vote.
4.00/5 (1 vote)
See more:
Hello Everyone,

I've done a short program to save my emails in a folder, and have them in the (.MSG) format. However, i can't save the "Read Receipts" and "Delivery Receipts".

Before the saving, i check if the selected items are mailitem :

If TypeOf (i) Is Outlook.MailItem Then


And "Read Receipts" and "Delivery Receipts" seems not to be emails items.
How can i select them, and how to save them ?

Do i check the HTML header ?
Subject: =?Windows-1252?Q?Read:

Does someone have a solution ?

Thanks
Posted
Comments
ZurdoDev 24-Feb-12 14:18pm    
Just write out to a file what the TypeOf is or read the documentation from Microsoft.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900