Sets the attachment's Content-Id.

Namespace: Limilabs.Mail.Fluent
Assembly: Mail (in Mail.dll) Version: 3.0.12102.1426

Syntax

C#
IFluentAttachment SetContentId(
	string contentId
)
Visual Basic
Function SetContentId ( _
	contentId As String _
) As IFluentAttachment
Visual C++
IFluentAttachment^ SetContentId(
	String^ contentId
)

Parameters

contentId
Type: System..::..String
Content-Id of the attachment.

Return Value

Attachment configuration

See Also