PhoneCallHistoryEntry.IsVoicemail Property

Definition

Gets or sets whether the phone call entry is a voicemail message.

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

Property Value

Boolean

bool

True if the entry is a voicemail message, otherwise false.

Windows requirements

App capabilities
phoneCallHistory phoneCallHistorySystem

Applies to