Table of Contents

Class UniqueBody

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

Represents the body part of an item that is unique to the conversation the item is part of.

public sealed class UniqueBody : ComplexProperty
Inheritance
UniqueBody
Inherited Members

Properties

BodyType

Gets the type of the unique body's text.

public BodyType BodyType { get; }

Property Value

BodyType

IsTruncated

Gets whether the unique body is truncated.

public bool IsTruncated { get; }

Property Value

bool

Text

Gets the text of the unique 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(UniqueBody)

Defines an implicit conversion of UniqueBody into a string.

public static implicit operator string(UniqueBody messageBody)

Parameters

messageBody UniqueBody

The UniqueBody to convert to a string.

Returns

string

A string containing the text of the UniqueBody.