Click or drag to resize
MimeKit

IMimeEntityContentDisposition Property

Get or set the content disposition.

Namespace: MimeKit
Assembly: MimeKit (in MimeKit.dll) Version: 4.10.0
Syntax
C#
ContentDisposition ContentDisposition { get; set; }

Property Value

ContentDisposition
The content disposition.
Exceptions
ExceptionCondition
ObjectDisposedException The IMimeEntity has been disposed.
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