UniqueBody.Implicit(UniqueBody to String) Operator

Definition

Defines an implicit conversion of UniqueBody into a string.

public:
 static operator System::String ^(Microsoft::Exchange::WebServices::Data::UniqueBody ^ messageBody);
public static implicit operator string (Microsoft.Exchange.WebServices.Data.UniqueBody messageBody);
Public Shared Widening Operator CType (messageBody As UniqueBody) As String

Parameters

messageBody
UniqueBody

The UniqueBody to convert to a string.

Returns

A string containing the text of the UniqueBody.

Applies to