EmailAttachmentsHelperAddOtherAttachments - метод
Adds other attachments to html body wrapper.
Пространство имён: Tessa.Extensions.Default.Server.Forums.NotificationsСборка: Tessa.Extensions.Default.Server (в Tessa.Extensions.Default.Server.dll) Версия: 4.1.3+7e2b1422f9b8c7c41fbbc4b151a843bed05319ab
public static void AddOtherAttachments(
EmailAttachmentsHelperHtmlBodyInfo bodyInfo,
IReadOnlyCollection<ItemModel> attachments,
string domain = "forums"
)
Public Shared Sub AddOtherAttachments (
bodyInfo As EmailAttachmentsHelperHtmlBodyInfo,
attachments As IReadOnlyCollection(Of ItemModel),
Optional domain As String = "forums"
)
public:
static void AddOtherAttachments(
EmailAttachmentsHelperHtmlBodyInfo^ bodyInfo,
IReadOnlyCollection<ItemModel^>^ attachments,
String^ domain = L"forums"
)
static member AddOtherAttachments :
bodyInfo : EmailAttachmentsHelperHtmlBodyInfo *
attachments : IReadOnlyCollection<ItemModel> *
?domain : string
(* Defaults:
let _domain = defaultArg domain "forums"
*)
-> unit
Параметры
- bodyInfo EmailAttachmentsHelperHtmlBodyInfo
- EmailAttachmentsHelperHtmlBodyInfo
- attachments IReadOnlyCollectionItemModel
- List of items to add.
- domain String (Optional)
- Suffix for cid generation, default value - forums.