_Account.SmtpAddress プロパティ

定義

の簡易メール転送プロトコル (SMTP) アドレスを表す 文字列 (C#の文字列 ) を Account返します。 読み取り専用です。

public:
 property System::String ^ SmtpAddress { System::String ^ get(); };
public string SmtpAddress { get; }
Public ReadOnly Property SmtpAddress As String

プロパティ値

注釈

SmtpAddressUserName の目的は、ID を決定するためのアカウント ベースのコンテキストを提供することです。

アカウントが SMTP アドレスを持たない場合、 SmtpAddress は空の文字列を返します。

適用対象