IAppointmentParticipant IAppointmentParticipant IAppointmentParticipant IAppointmentParticipant Interface

Definition

Provides info about a participant of an appointment in a calendar.

public : interface IAppointmentParticipantpublic interface IAppointmentParticipantPublic Interface IAppointmentParticipant// You can use this interface in JavaScript.
Attributes
Windows 10 requirements
Device family
Windows 10 (introduced v10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduced v1)

Properties

Address Address Address Address

Gets or sets a string that communicates the address of a participant of an appointment. The address is required 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 : PlatForm::String Address { get; set; }public string Address { get; set; }Public ReadWrite Property Address As string// You can use this property in JavaScript.
Value
PlatForm::String string string string

The address of a participant of an appointment.

DisplayName DisplayName DisplayName DisplayName

Gets or sets a string that communicates the display name of a participant of an appointment. The display name is optional, of type String, and a maximum of 256 characters in length.

public : PlatForm::String DisplayName { get; set; }public string DisplayName { get; set; }Public ReadWrite Property DisplayName As string// You can use this property in JavaScript.
Value
PlatForm::String string string string

The display name of a participant of an appointment.