EmailRecipient.Address Property

Definition

Gets or sets the address of the email recipient.

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

Property Value

String

Platform::String

winrt::hstring

The address of the email recipient.

Windows requirements

App capabilities
email emailSystem

Applies to