AppointmentInvitee AppointmentInvitee AppointmentInvitee AppointmentInvitee Class

Definition

Represents a participant of an appointment in a calendar.

public : sealed class AppointmentInvitee : IAppointmentInvitee, IAppointmentParticipantpublic sealed class AppointmentInvitee : IAppointmentInvitee, IAppointmentParticipantPublic NotInheritable Class AppointmentInvitee Implements IAppointmentInvitee, IAppointmentParticipant// You can use this class in JavaScript.
Attributes
Windows 10 requirements
Device family
Windows 10 (introduced v10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduced v1)

Constructors

AppointmentInvitee() AppointmentInvitee() AppointmentInvitee() AppointmentInvitee()

Initializes a new instance of the AppointmentInvitee class.

public : AppointmentInvitee()public AppointmentInvitee()Public Sub New()// You can use this method in JavaScript.

Properties

Address Address Address Address

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 : 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 inherited from IAppointmentParticipant, 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.

Response Response Response Response

Gets or sets a AppointmentParticipantResponse -typed value that indicates the response from a participant concerning an appointment invitation.

public : AppointmentParticipantResponse Response { get; set; }public AppointmentParticipantResponse Response { get; set; }Public ReadWrite Property Response As AppointmentParticipantResponse// You can use this property in JavaScript.
Value
AppointmentParticipantResponse AppointmentParticipantResponse AppointmentParticipantResponse AppointmentParticipantResponse

A AppointmentParticipantResponse -typed value that indicates the response from a participant concerning an appointment invitation.

Role Role Role Role

Gets or sets a AppointmentParticipantRole -typed value that indicates the role of a participant concerning an appointment invitation.

public : AppointmentParticipantRole Role { get; set; }public AppointmentParticipantRole Role { get; set; }Public ReadWrite Property Role As AppointmentParticipantRole// You can use this property in JavaScript.
Value
AppointmentParticipantRole AppointmentParticipantRole AppointmentParticipantRole AppointmentParticipantRole

A AppointmentParticipantRole -typed value that indicates the role of a participant concerning an appointment invitation.