EmailAttachmentsHelperGetHtmlBodyInfo - метод

Creates wrapper for html body.

Definition

Пространство имён: Tessa.Extensions.Default.Server.Forums.Notifications
Сборка: Tessa.Extensions.Default.Server (в Tessa.Extensions.Default.Server.dll) Версия: 4.0.4
C#
public static EmailAttachmentsHelperHtmlBodyInfo GetHtmlBodyInfo(
	string? htmlBody,
	string domain = "forums"
)

Параметры

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.

См. также