| BodyPartContentType Property |
Gets the Content-Type of the body part.
Namespace: MailKitAssembly: MailKit (in MailKit.dll) Version: 4.7.1
Syntax public ContentType ContentType { get; set; }
Property Value
ContentTypeThe content type.
Remarks
Gets the Content-Type of the body part.
See Also