EmailAttachmentsHelperGetHtmlBodyInfo - метод
Creates wrapper for html body.
Пространство имён: Tessa.Extensions.Default.Server.Forums.NotificationsСборка: Tessa.Extensions.Default.Server (в Tessa.Extensions.Default.Server.dll) Версия: 4.0.4
public static EmailAttachmentsHelperHtmlBodyInfo GetHtmlBodyInfo(
string? htmlBody,
string domain = "forums"
)
Public Shared Function GetHtmlBodyInfo (
htmlBody As String,
Optional domain As String = "forums"
) As EmailAttachmentsHelperHtmlBodyInfo
public:
static EmailAttachmentsHelperHtmlBodyInfo^ GetHtmlBodyInfo(
String^ htmlBody,
String^ domain = L"forums"
)
static member GetHtmlBodyInfo :
htmlBody : string *
?domain : string
(* Defaults:
let _domain = defaultArg domain "forums"
*)
-> EmailAttachmentsHelperHtmlBodyInfo
- htmlBody String
- Html containing images with url as it's source.
- domain String (Optional)
- Suffix for cid generation, default value - forums.
EmailAttachmentsHelperHtmlBodyInfo
Wrapper object under html email body,
which is aware of possible cid attachments.