MailMessageBodyType Property |
Gets the type of the body.
Namespace:
Aspose.Email
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntaxpublic BodyContentType BodyType { get; }
Public ReadOnly Property BodyType As BodyContentType
Get
public:
virtual property BodyContentType BodyType {
BodyContentType get () sealed;
}
abstract BodyType : BodyContentType with get
override BodyType : BodyContentType with get
Property Value
Type:
BodyContentTypeImplements
IMessageBodyType
See Also