BodyType Enumeration
The BodyType enumeration specifies the type of contents that the body of a message contains.
Namespace: Microsoft.Exchange.Data.Transport.Smtp
Assembly: Microsoft.Exchange.Data.Transport (in Microsoft.Exchange.Data.Transport.dll)
Syntax
'Declaration
Public Enumeration BodyType
'Usage
Dim instance As BodyType
public enum BodyType
Members
| Member name | Description | |
|---|---|---|
| NotSpecified | The type of content in the body is not specified. | |
| SevenBit | The body contains seven-bit content. | |
| EightBitMime | The body contains eight-bit MIME content. | |
| BinaryMime | The body contains binary Multipurpose Internet Mail Extensions (MIME) content. |