EmailAttachmentsHelperAddOtherAttachments - метод

Adds other attachments to html body wrapper.

Definition

Пространство имён: Tessa.Extensions.Default.Server.Forums.Notifications
Сборка: Tessa.Extensions.Default.Server (в Tessa.Extensions.Default.Server.dll) Версия: 4.1.5+a9a57e1eda0b57f197e0c68d2aa7d7dc95b6c424
C#
public static void AddOtherAttachments(
	EmailAttachmentsHelperHtmlBodyInfo bodyInfo,
	IReadOnlyCollection<ItemModel> attachments,
	string domain = "forums"
)

Параметры

bodyInfo  EmailAttachmentsHelperHtmlBodyInfo
EmailAttachmentsHelperHtmlBodyInfo
attachments  IReadOnlyCollectionItemModel
List of items to add.
domain  String  (Optional)
Suffix for cid generation, default value - forums.

См. также