PhoneCallHistoryEntry.IsVoicemail 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 si l’entrée d’appel téléphonique est un message vocal.
public:
property bool IsVoicemail { bool get(); void set(bool value); };
bool IsVoicemail();
void IsVoicemail(bool value);
public bool IsVoicemail { get; set; }
var boolean = phoneCallHistoryEntry.isVoicemail;
phoneCallHistoryEntry.isVoicemail = boolean;
Public Property IsVoicemail As Boolean
Valeur de propriété
Boolean
bool
True si l’entrée est un message vocal, sinon false.
Configuration requise pour Windows
Fonctionnalités de l’application |
phoneCallHistory
phoneCallHistorySystem
|