TextBody.Implicit(String to TextBody) 演算子

定義

文字列とメッセージ本文の間の暗黙的な変換を定義します。 オペレーターはImplicit(String to TextBody)、Exchange Server 2013 以降の Exchange のExchange Onlineとバージョンを対象とするクライアントに適用できます。

public:
 static operator Microsoft::Exchange::WebServices::Data::TextBody ^(System::String ^ textBody);
public static implicit operator Microsoft.Exchange.WebServices.Data.TextBody (string textBody);

パラメーター

textBody
String

オブジェクトに変換する TextBody 文字列。 ソース文字列は HTML 形式と見なされます。

戻り値

TextBody指定した文字列で初期化された 。

適用対象