AppointmentOrganizer Classe
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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
- 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. |