次の方法で共有


EmailRecipient.Address プロパティ

定義

電子メール受信者のアドレスを取得または設定します。

public:
 property Platform::String ^ Address { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring Address();

void Address(winrt::hstring value);
public string Address { get; set; }
var string = emailRecipient.address;
emailRecipient.address = string;
Public Property Address As String

プロパティ値

String

Platform::String

winrt::hstring

電子メールの受信者のアドレス。

Windows の要件

アプリの機能
email emailSystem

適用対象