次の方法で共有


_ExchangeDistributionList.PrimarySmtpAddress プロパティ

定義

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

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

プロパティ値

注釈

このプロパティは、MAPI プロパティの PidTagEmailAddress に対応します。

このプロパティが実装されていないか、 ExchangeDistributionList オブジェクトの存在しない場合は、空の文字列を返します。

適用対象