Edit

Share via


NormalizedBody.Implicit(NormalizedBody to String) Operator

Definition

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.

Applies to