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