MailKit Documentation
MailKit Documentation
API Reference
MimeKit
MimeEntity Class
MimeEntity Properties
ContentBase Property
ContentDisposition Property
ContentId Property
ContentLocation Property
ContentType Property
Headers Property
IsAttachment Property
Mime
Entity
Content
Disposition Property
Get or set the content disposition.
Namespace:
MimeKit
Assembly:
MimeKit (in MimeKit.dll) Version: 4.7.1
Syntax
C#
Copy
public
ContentDisposition
ContentDisposition
{
get
;
set
; }
Property Value
ContentDisposition
The content disposition.
Implements
IMimeEntity
ContentDisposition
Exceptions
Exception
Condition
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
Reference
MimeEntity Class
MimeKit Namespace
Copyright © 2013-2023 Jeffrey Stedfast
Send comments on this topic to
Jeffrey Stedfast