Share via


AppointmentInvitee.Address Property

Definition

Gets or sets a string that communicates the address of a participant of an appointment. The address is inherited from IAppointmentParticipant and is 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 = appointmentInvitee.address;
appointmentInvitee.address = string;
Public Property Address As String

Property Value

String

Platform::String

winrt::hstring

The address of a participant of an appointment.

Implements

Windows requirements

App capabilities
appointmentsSystem

Applies to