Click or drag to resize
MimeKit

BodyPartBasicContentDisposition Property

Gets the Content-Disposition of the body part, if available.

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

Property Value

ContentDisposition
The content disposition.
Remarks

Gets the Content-Disposition of the body part, if available.

Note  Note
The Content-Disposition value is only retrieved if the BodyStructure flag is used when fetching summary information from an IMailFolder.
See Also