UniqueBody.Implicit(UniqueBody 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 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.