EmailAttachmentsHelperGetHtmlBodyInfo - метод
Creates wrapper for html body.
Пространство имён: Tessa.Extensions.Default.Server.Forums.NotificationsСборка: Tessa.Extensions.Default.Server (в Tessa.Extensions.Default.Server.dll) Версия: 4.1.3+7e2b1422f9b8c7c41fbbc4b151a843bed05319ab
public static EmailAttachmentsHelperHtmlBodyInfo GetHtmlBodyInfo(
string? htmlBody
)
Public Shared Function GetHtmlBodyInfo (
htmlBody As String
) As EmailAttachmentsHelperHtmlBodyInfo
public:
static EmailAttachmentsHelperHtmlBodyInfo^ GetHtmlBodyInfo(
String^ htmlBody
)
static member GetHtmlBodyInfo :
htmlBody : string -> EmailAttachmentsHelperHtmlBodyInfo
- htmlBody String
- Html string.
EmailAttachmentsHelperHtmlBodyInfo
Wrapper object under html email body,
which is aware of possible cid attachments.