Sets the attachment's Content-Id.
Namespace: Limilabs.Mail.FluentAssembly: 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.