Click or drag to resize
MimeKit

ContentDispositionAttachment Field

The attachment disposition.

Namespace: MimeKit
Assembly: MimeKit (in MimeKit.dll) Version: 4.3.0
Syntax
C#
public const string Attachment = "attachment"

Field Value

String
Remarks
Indicates that the MimePart should be treated as an attachment.
See Also