Click or drag to resize

BodyType Enumeration

Specifies the format type of the body content of the item.

Namespace:  Aspose.Email.Clients.ActiveSync.TransportLayer
Assembly:  Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax
public enum BodyType
Members
  Member nameValueDescription
Text1 Body type is plain text
HTML2 Body type is HTML
RTF3 Body type is RTF
MIME4 Body type is MIME
See Also