Table of Contents

Class NormalizedBody

Namespace
Microsoft.Exchange.WebServices.Data
Assembly
Microsoft.Exchange.WebServices.dll

Represents the normalized body of an item - the HTML fragment representation of the body.

public sealed class NormalizedBody : ComplexProperty
Inheritance
NormalizedBody
Inherited Members

Properties

BodyType

Gets the type of the normalized body's text.

public BodyType BodyType { get; }

Property Value

BodyType

IsTruncated

Gets whether the body is truncated.

public bool IsTruncated { get; }

Property Value

bool

Text

Gets the text of the normalized body.

public string Text { get; }

Property Value

string

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.

Operators

implicit operator string(NormalizedBody)

Defines an implicit conversion of NormalizedBody into a string.

public static implicit operator string(NormalizedBody messageBody)

Parameters

messageBody NormalizedBody

The NormalizedBody to convert to a string.

Returns

string

A string containing the text of the UniqueBody.