EmailRecipient コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
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
|