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
IsTruncated
Gets whether the unique body is truncated.
public bool IsTruncated { get; }
Property Value
Text
Gets the text of the unique body.
public string Text { get; }
Property Value
Methods
ToString()
public override string ToString()
Returns
Operators
implicit operator string(UniqueBody)
Defines an implicit conversion of UniqueBody into a string.
public static implicit operator string(UniqueBody messageBody)
Parameters
messageBody
UniqueBodyThe UniqueBody to convert to a string.
Returns
- string
A string containing the text of the UniqueBody.