AttendeeInfo.Implicit(String to AttendeeInfo) Operator

定義

SMTP 電子メール アドレスを表す文字列と AttendeeInfo オブジェクトの間の暗黙的な変換を定義します。

public:
 static operator Microsoft::Exchange::WebServices::Data::AttendeeInfo ^(System::String ^ smtpAddress);
public static implicit operator Microsoft.Exchange.WebServices.Data.AttendeeInfo (string smtpAddress);
Public Shared Widening Operator CType (smtpAddress As String) As AttendeeInfo

パラメーター

smtpAddress
String

SMTP 電子メール アドレスの文字列表現。

戻り値

AttendeeInfo オブジェクト。

適用対象