 | IMimeEntityContentDisposition Property |
Get or set the content disposition.
Namespace: MimeKitAssembly: MimeKit (in MimeKit.dll) Version: 4.10.0
SyntaxContentDisposition ContentDisposition { get; set; }
Property Value
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 .
See Also