 | IFluentMailAddAttachment(Byte) Method |
Adds a attachment to the message.
Namespace: Limilabs.Mail.FluentAssembly: Mail (in Mail.dll) Version: 3.0.26106.1555
SyntaxIFluentAttachment AddAttachment(
byte[] data
)
Function AddAttachment (
data As Byte()
) As IFluentAttachment
IFluentAttachment^ AddAttachment(
array<unsigned char>^ data
)
abstract AddAttachment :
data : byte[] -> IFluentAttachment Parameters
- data Byte
- Data of the attachment.
Return Value
IFluentAttachmentEmail configuration for this attachment.
See Also