Mailbox.Implicit(String to Mailbox) Operator

定義

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

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

パラメーター

smtpAddress
String

電子メール アドレス オブジェクトに変換する SMTP アドレス。

戻り値

指定した SMTP アドレスで初期化されたメールボックス。

適用対象