AppointmentOrganizer Klasse

Definition

Stellt den Organisator eines Termins in einem Kalender dar.

public ref class AppointmentOrganizer sealed : IAppointmentParticipant
/// [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 AppointmentOrganizer final : IAppointmentParticipant
/// [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 AppointmentOrganizer final : IAppointmentParticipant
[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 AppointmentOrganizer : IAppointmentParticipant
[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 AppointmentOrganizer : IAppointmentParticipant
function AppointmentOrganizer()
Public NotInheritable Class AppointmentOrganizer
Implements IAppointmentParticipant
Vererbung
Object Platform::Object IInspectable AppointmentOrganizer
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

AppointmentOrganizer()

Initialisiert eine neue instance der AppointmentOrganizer-Klasse.

Eigenschaften

Address

Ruft eine Zeichenfolge ab, die die Adresse des Organisators eines Termins kommuniziert, oder legt diese fest. Die Adresse ist erforderlich, geerbt von IAppointmentParticipant und 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 des Organisators eines Termins kommuniziert, oder legt sie fest. Der Anzeigename ist optional, geerbt von IAppointmentParticipant vom Typ String und maximal 256 Zeichen lang.

Gilt für:

Weitere Informationen