UniqueBody Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the body of an item that is unique to the conversation the item is part of.
public ref class UniqueBody sealed : Microsoft::Exchange::WebServices::Data::ComplexProperty
public sealed class UniqueBody : Microsoft.Exchange.WebServices.Data.ComplexProperty
Public NotInheritable Class UniqueBody
Inherits ComplexProperty
- Inheritance
Properties
BodyType |
Gets the type of the unique body's text. |
IsTruncated |
Gets whether the unique 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 the unique body. |
Methods
ToString() |
Returns a System.String that represents the current System.Object. |
Operators
Implicit(UniqueBody to String) |
Defines an implicit conversion of UniqueBody into a string. |