InternetMailMessage.GetSourceData
Syntax:
Returned value:
Description:
If the message has been received from the server (by using the Get method of the InternetMail object) and has not been changed, the data being returned by the method matches those received from the server.
If the InternetMailMessage object has been created by the program or received from the server and changed, then the data are generated based on this object in the format they were prepared for transfer to the mail server at the time of mailing.
Availability:
Note:
The equivalence of the original mail and a copy created with the help of the method SetSourceData based on the data is not guaranteed.
One can attempt to restore mail content manually if an error occurs during mail message decryption.