Share via


PhoneVoicemailType Enum

Definition

The type of voice mail associated with a PhoneLine instance.

public enum class PhoneVoicemailType
/// [Windows.Foundation.Metadata.ContractVersion(Windows.ApplicationModel.Calls.CallsPhoneContract, 65536)]
enum class PhoneVoicemailType
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.ApplicationModel.Calls.CallsPhoneContract), 65536)]
public enum PhoneVoicemailType
var value = Windows.ApplicationModel.Calls.PhoneVoicemailType.none
Public Enum PhoneVoicemailType
Inheritance
PhoneVoicemailType
Attributes

Windows requirements

Device family
Windows Mobile Extension SDK (introduced in 10.0.10240.0)
API contract
Windows.ApplicationModel.Calls.CallsPhoneContract (introduced in v1.0)
App capabilities
phoneCallHistory phoneCallHistorySystem

Fields

Name Value Description
None 0

The phone line has no voice mail.

Traditional 1

The phone line has traditional voice mail.

Visual 2

The phone line has visual voice mail.

Applies to