Adds a attachment to the message.

Namespace: Limilabs.Mail.Fluent
Assembly: Mail (in Mail.dll) Version: 3.0.12102.1426

Syntax

C#
IFluentAttachment AddAttachment(
	byte[] data
)
Visual Basic
Function AddAttachment ( _
	data As Byte() _
) As IFluentAttachment
Visual C++
IFluentAttachment^ AddAttachment(
	array<unsigned char>^ data
)

Parameters

data
Type: array<System..::..Byte>[]()[][]
Data of the attachment.

Return Value

Email configuration for this attachment.

See Also