Click or drag to resize

IFluentMailAddAttachment Method (Byte)

Adds a attachment to the message.

Namespace:  Limilabs.Mail.Fluent
Assembly:  Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax
IFluentAttachment AddAttachment(
	byte[] data
)

Parameters

data
Type: SystemByte
Data of the attachment.

Return Value

Type: IFluentAttachment
Email configuration for this attachment.
See Also