| BodyPartBasicContentDisposition Property |
Gets the Content-Disposition of the body part, if available.
Namespace: MailKitAssembly: MailKit (in MailKit.dll) Version: 4.7.1
Syntax public ContentDisposition ContentDisposition { get; set; }
Property Value
ContentDispositionThe content disposition.
Remarks Gets the Content-Disposition of the body part, if available.
Note |
---|
The Content-Disposition value is only retrieved if the
BodyStructure flag is used when fetching
summary information from an IMailFolder. |
See Also