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

适用于