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