MailMessageGetHtmlAndSaveRelatedFilesAsync Method

Namespace: MailBee.Mime
Assembly: MailBee.NET (in MailBee.NET.dll) Version: 12.4 build 677 for .NET 4.5
Syntax
public Task<string> GetHtmlAndSaveRelatedFilesAsync()

Return Value

Type: TaskString
A task that represents the asynchronous operation. The value of TResult parameter is a string containing the HTML body which is altered in such a way so that all Content-ID references (cid:) are replaced with paths to the related files as they were saved by this method.
See Also