Freigeben über


AppointmentInvitee Klasse

Definition

Stellt einen Teilnehmer eines Termins in einem Kalender dar.

public ref class AppointmentInvitee sealed
/// [Windows.Foundation.Metadata.Activatable(65536, Windows.Foundation.UniversalApiContract)]
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class AppointmentInvitee final
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Activatable(65536, "Windows.Foundation.UniversalApiContract")]
class AppointmentInvitee final
[Windows.Foundation.Metadata.Activatable(65536, typeof(Windows.Foundation.UniversalApiContract))]
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class AppointmentInvitee
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Activatable(65536, "Windows.Foundation.UniversalApiContract")]
public sealed class AppointmentInvitee
function AppointmentInvitee()
Public NotInheritable Class AppointmentInvitee
Vererbung
Object Platform::Object IInspectable AppointmentInvitee
Attribute
Implementiert

Windows-Anforderungen

Gerätefamilie
Windows 10 (eingeführt in 10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (eingeführt in v1.0)
App-Funktionen
appointmentsSystem

Konstruktoren

AppointmentInvitee()

Initialisiert eine neue instance der AppointmentInvitee-Klasse.

Eigenschaften

Address

Ruft eine Zeichenfolge ab, die die Adresse eines Teilnehmers eines Termins kommuniziert, oder legt diese fest. Die Adresse wird von IAppointmentParticipant geerbt und ist eine SMTP-E-Mail-Adresse (Simple Mail Transfer Protocol). Es ist auch vom Typ String und zwischen 1 und 321 Zeichen lang (nicht leer).

DisplayName

Ruft eine Zeichenfolge ab, die den Anzeigenamen eines Teilnehmers eines Termins kommuniziert, oder legt diese fest. Der Anzeigename wird von IAppointmentParticipant vom Typ String geerbt und darf maximal 256 Zeichen lang sein.

Response

Ruft einen AppointmentParticipantResponse-typisierten Wert ab, der die Antwort eines Teilnehmers auf eine Terminseinladung angibt, oder legt diesen fest.

Role

Ruft einen AppointmentParticipantRole-typisierten Wert ab, der die Rolle eines Teilnehmers in Bezug auf eine Terminseinladung angibt, oder legt diesen fest.

Gilt für:

Weitere Informationen