次の方法で共有


EmailRecipient コンストラクター

定義

オーバーロード

EmailRecipient()

EmailRecipient クラスのインスタンスを初期化します。

EmailRecipient(String)

EmailRecipient クラスのインスタンスを初期化します。

EmailRecipient(String, String)

EmailRecipient クラスのインスタンスを初期化します。

EmailRecipient()

EmailRecipient クラスのインスタンスを初期化します。

public:
 EmailRecipient();
 EmailRecipient();
public EmailRecipient();
function EmailRecipient()
Public Sub New ()

Windows の要件

アプリの機能
email emailSystem

こちらもご覧ください

適用対象

EmailRecipient(String)

EmailRecipient クラスのインスタンスを初期化します。

public:
 EmailRecipient(Platform::String ^ address);
 EmailRecipient(winrt::hstring const& address);
public EmailRecipient(string address);
function EmailRecipient(address)
Public Sub New (address As String)

パラメーター

address
String

Platform::String

winrt::hstring

受信者のアドレス。

Windows の要件

アプリの機能
email emailSystem

こちらもご覧ください

適用対象

EmailRecipient(String, String)

EmailRecipient クラスのインスタンスを初期化します。

public:
 EmailRecipient(Platform::String ^ address, Platform::String ^ name);
 EmailRecipient(winrt::hstring const& address, winrt::hstring const& name);
public EmailRecipient(string address, string name);
function EmailRecipient(address, name)
Public Sub New (address As String, name As String)

パラメーター

address
String

Platform::String

winrt::hstring

受信者のアドレス。

name
String

Platform::String

winrt::hstring

受信者の名前。

Windows の要件

アプリの機能
email emailSystem

こちらもご覧ください

適用対象