MultipartMailMessageFillMessage Method Content Studio 5.7 SDK
Content Studio Web Content Management System

[This is preliminary documentation and is subject to change.]

Mail message to fill with html content.

Namespace: ContentStudio.Document.Mail
Assembly: CSServer5 (in CSServer5.dll) Version: 5.7.5016.0 (5.7.5016.0)
Syntax

public HtmlMailMessage FillMessage(
	HtmlMailMessage message
)

Parameters

message
Type: ContentStudio.Document.MailHtmlMailMessage
Mail message to fill with html content.

Return Value

Type: HtmlMailMessage
A reference to the mail message that was filled.
Remarks

Applying this method will erase body and subject for the mail message with html content retrieved from the url used in the constructor for this class.
See Also

Reference