NormalizedBody Class

Definition

Represents a message body that has been converted to a normalized value. The NormalizedBody class is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013.

public ref class NormalizedBody sealed : Microsoft::Exchange::WebServices::Data::ComplexProperty
public sealed class NormalizedBody : Microsoft.Exchange.WebServices.Data.ComplexProperty
Public NotInheritable Class NormalizedBody
Inherits ComplexProperty
Inheritance
NormalizedBody

Properties

BodyType

Gets a value that indicates whether the body of a message is in HTML or text format. The BodyType property is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013.

IsTruncated

Gets a value that indicates whether the text in a message body is truncated. The IsTruncated property is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013.

Text

Gets the text of a message body. The Text property is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013.

Methods

ToString()

Converts the current object into a string value. The ToString() method is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013.

Operators

Implicit(NormalizedBody to String)

Defines an implicit conversion of a NormalizedBody object into a string. The Implicit(NormalizedBody to String) operator is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013.

Applies to