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
public enum BodyType
public enum class BodyType
public enum BodyType
public enum BodyType
Members
Member name | Description |
---|---|
BinaryMime | The body contains binary Multipurpose Internet Mail Extensions (MIME) content. |
EightBitMime | The body contains eight-bit MIME content. |
NotSpecified | The type of content in the body is not specified. |
SevenBit | The body contains seven-bit content. |
Platforms
Development Platforms
Windows XP Professional with Service Pack 2 (SP2), Windows Server 2003,
Target Platforms
Windows Server 2003