Share via


IAppointmentParticipant Interface

Définition

Fournit des informations sur un participant à un rendez-vous dans un calendrier.

public interface class IAppointmentParticipant
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(1633560834, 38680, 18043, 131, 251, 178, 147, 161, 145, 33, 222)]
struct IAppointmentParticipant
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.Guid(1633560834, 38680, 18043, 131, 251, 178, 147, 161, 145, 33, 222)]
public interface IAppointmentParticipant
Public Interface IAppointmentParticipant
Dérivé
Attributs

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

Propriétés

Address

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

S’applique à

Voir aussi