Share via


AppointmentInvitee Classe

Définition

Représente un participant à un rendez-vous dans un calendrier.

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
Héritage
Object Platform::Object IInspectable AppointmentInvitee
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

AppointmentInvitee()

Initialise une nouvelle instance de la classe AppointmentInvitee.

Propriétés

Address

Obtient ou définit une chaîne qui communique l’adresse d’un participant à un rendez-vous. L’adresse est héritée de IAppointmentParticipant et est 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 d’un participant à un rendez-vous. Le nom d’affichage est hérité d’IAppointmentParticipant, de type String et d’une longueur maximale de 256 caractères.

Response

Obtient ou définit une valeur de type AppointmentParticipantResponse qui indique la réponse d’un participant concernant une invitation de rendez-vous.

Role

Obtient ou définit une valeur de type AppointmentParticipantRole qui indique le rôle d’un participant concernant une invitation au rendez-vous.

S’applique à

Voir aussi