Click or drag to resize
MimeKit

BodyPartContentType Property

Gets the Content-Type of the body part.

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

Property Value

ContentType
The content type.
Remarks
Gets the Content-Type of the body part.
See Also