NormalizedBody.Implicit(NormalizedBody to String) Operator
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.
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.
public:
static operator System::String ^(Microsoft::Exchange::WebServices::Data::NormalizedBody ^ messageBody);
public static implicit operator string (Microsoft.Exchange.WebServices.Data.NormalizedBody messageBody);
Public Shared Widening Operator CType (messageBody As NormalizedBody) As String
Parameters
- messageBody
- NormalizedBody
The NormalizedBody object to be converted.
Returns
The text of the body.