| BodyPartMultipartContentDisposition 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.
See Also