AppointmentOrganizer.Address Property

Definition

Gets or sets a string that communicates the address of the organizer of an appointment. The address is required, inherited from IAppointmentParticipant, and a Simple Mail Transfer Protocol (SMTP) e-mail address. It is also of type String and between 1 and 321 characters in length (non-empty).

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

Property Value

String

Platform::String

winrt::hstring

The address of the organizer of an appointment.

Implements

Windows requirements

App capabilities
appointmentsSystem

Remarks

When saving an appointment that has an AppointmentOrganizer with an email address, if the address contains one of the characters listed in the table below, which are not allowed for this property, the address will be saved incorrectly and an exception won’t be thrown: ‘<’, ‘>’, ‘:’, ‘;’, ‘\’.

Applies to