| IMimeEntityContentDisposition Property |
Get or set the content disposition.
Namespace: MimeKitAssembly: MimeKit (in MimeKit.dll) Version: 4.7.1
Syntax ContentDisposition 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 null.
See Also