|  | BodyPartBasicContentDisposition Property | 
            Gets the Content-Disposition of the body part, if available.
            
Namespace: MailKitAssembly: MailKit (in MailKit.dll) Version: 4.12.1
 Syntax
Syntaxpublic ContentDisposition ContentDisposition { get; set; }Property Value
ContentDispositionThe content disposition.
 Remarks
RemarksGets 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
See Also