 | IFluentMailAddAttachment(String) Method |
Adds a attachment to the message.
Namespace: Limilabs.Mail.FluentAssembly: Mail (in Mail.dll) Version: 3.0.26106.1555
SyntaxIFluentAttachment AddAttachment(
string path
)
Function AddAttachment (
path As String
) As IFluentAttachment
IFluentAttachment^ AddAttachment(
String^ path
)
abstract AddAttachment :
path : string -> IFluentAttachment Parameters
- path String
- The file to read data from.
Return Value
IFluentAttachmentEmail configuration for this attachment.
See Also