Share via


AppointmentOrganizer Classe

Définition

Représente l’organisateur d’un rendez-vous dans un calendrier.

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
Héritage
Object Platform::Object IInspectable AppointmentOrganizer
Attributs
Implémente

Configuration requise pour Windows

Famille d’appareils
Windows 10 (introduit dans 10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduit dans v1.0)
Fonctionnalités de l’application
appointmentsSystem

Constructeurs

AppointmentOrganizer()

Initialise une nouvelle instance de la classe AppointmentOrganizer.

Propriétés

Address

Obtient ou définit une chaîne qui communique l’adresse de l’organisateur d’un rendez-vous. L’adresse est requise, héritée d’IAppointmentParticipant, et une adresse de messagerie SMTP (Simple Mail Transfer Protocol). Il est également de type String et d’une longueur comprise entre 1 et 321 caractères (non vide).

DisplayName

Obtient ou définit une chaîne qui communique le nom d’affichage de l’organisateur d’un rendez-vous. Le nom d’affichage est facultatif, hérité d’IAppointmentParticipant, de type String et d’une longueur maximale de 256 caractères.

S’applique à

Voir aussi