 | MimeEntityContentDisposition Property |
Gets or sets the content disposition.
Namespace:
MimeKit
Assembly:
MimeKit (in MimeKit.dll) Version: 3.0.0
Syntaxpublic ContentDisposition ContentDisposition { get; set; }
Property Value
Type:
ContentDispositionThe content disposition.
Exceptions
Remarks
Represents the pre-parsed Content-Disposition header value, if present.
If the Content-Disposition header is not set, then this property will
be null.
See Also