Click or drag to resize
MimeKit

MimeEntityContentDisposition Property

Get or set the content disposition.

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

Property Value

ContentDisposition
The content disposition.
Exceptions
ExceptionCondition
ObjectDisposedException The MimeEntity 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 null.
See Also