EmailMeetingInfo.IsAllDay Propriété
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.
Obtient ou définit une valeur booléenne indiquant si la réunion est un événement toute la journée.
public:
property bool IsAllDay { bool get(); void set(bool value); };
bool IsAllDay();
void IsAllDay(bool value);
public bool IsAllDay { get; set; }
var boolean = emailMeetingInfo.isAllDay;
emailMeetingInfo.isAllDay = boolean;
Public Property IsAllDay As Boolean
Valeur de propriété
Boolean
bool
Valeur booléenne indiquant si la réunion est un événement toute la journée.
Configuration requise pour Windows
Fonctionnalités de l’application |
email
emailSystem
|