Click or drag to resize

MailBuilderAddAlternative Method (Byte)

Adds alternative view for this message.

Namespace:  Limilabs.Mail
Assembly:  Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax
public MimeData AddAlternative(
	byte[] data
)

Parameters

data
Type: SystemByte
Data that will be contained in newly added alternative view.

Return Value

Type: MimeData
Newly added alternative view.
See Also