| MailMessageGetHtmlAndSaveRelatedFiles Method |
| Name | Description | |
|---|---|---|
| GetHtmlAndSaveRelatedFiles |
Extracts the HTML body of the message, saves the attached inline pictures and other related files to disk, and return the modified HTML body.
| |
| GetHtmlAndSaveRelatedFiles(String, VirtualMappingType, MessageFolderBehavior) |
Prepares the HTML body of the message for displaying in a web application: saves all embedded objects to a temporary location,
replaces their Content-ID's with their virtual paths in the temporary location, and returns the modified HTML body as a string.
|