Share via


ContactEmail.Address Property

Definition

Gets or sets the email address of a contact. The maximum string length for the description is 321 characters.

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 = contactEmail.address;
contactEmail.address = string;
Public Property Address As String

Property Value

String

Platform::String

winrt::hstring

The email address of a contact. The maximum string length for the description is 321 characters.

Windows requirements

App capabilities
contactsSystem

Applies to