Partager via


NormalizedBody.Implicit(NormalizedBody to String) Opérateur

Définition

Définit une conversion implicite d’un NormalizedBody objet en chaîne. L’opérateur Implicit(NormalizedBody to String) s’applique aux clients qui ciblent Exchange Online et versions d’Exchange à compter de 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

Paramètres

messageBody
NormalizedBody

Objet NormalizedBody à convertir.

Retours

Texte du corps.

S’applique à