NormalizedBody.ToString Method
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.
Converts the current object into a string value. The ToString() method is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013.
public:
override System::String ^ ToString();
public override string ToString ();
Public Overrides Function ToString () As String
Returns
A string that represents the current object.