Click or drag to resize

IFluentAttachmentSetContentId Method

Sets the attachment's Content-Id.

Namespace: Limilabs.Mail.Fluent
Assembly: Mail (in Mail.dll) Version: 3.0.26106.1555
Syntax
IFluentAttachment SetContentId(
	string contentId
)

Parameters

contentId  String
Content-Id of the attachment.

Return Value

IFluentAttachment
Attachment configuration
See Also