MailMessageGetHtmlAndSaveRelatedFilesAsync Method |
Namespace: MailBee.MimeAssembly: MailBee.NET.45 (in MailBee.NET.45.dll) Version: 10.0.45.502
Syntaxpublic Task<string> GetHtmlAndSaveRelatedFilesAsync()
Public Function GetHtmlAndSaveRelatedFilesAsync As Task(Of String)
Return Value
Type:
TaskStringA 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