Click or drag to resize

IFluentMailAddAttachment(Byte) Method

Adds a attachment to the message.

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

Parameters

data  Byte
Data of the attachment.

Return Value

IFluentAttachment
Email configuration for this attachment.
See Also