TextBody.Implicit(String to TextBody) Opérateur
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Définit une conversion implicite entre une chaîne et le corps d’un message. L’opérateur Implicit(String to TextBody) s’applique aux clients qui ciblent Exchange Online et versions d’Exchange à compter de Exchange Server 2013.
public:
static operator Microsoft::Exchange::WebServices::Data::TextBody ^(System::String ^ textBody);
public static implicit operator Microsoft.Exchange.WebServices.Data.TextBody (string textBody);
Paramètres
- textBody
- String
Chaîne à convertir en objet TextBody . La chaîne source est supposée être au format HTML.
Retours
TextBody initialisé avec la chaîne spécifiée.