PhoneLineDetails.VoicemailCount Property

Definition

Gets the number of voicemail messages on the phone line.

public:
 property unsigned int VoicemailCount { unsigned int get(); };
uint32_t VoicemailCount();
public uint VoicemailCount { get; }
var uInt32 = phoneLineDetails.voicemailCount;
Public ReadOnly Property VoicemailCount As UInteger

Property Value

UInt32

unsigned int

uint32_t

The number of voicemail messages on the phone line.

Windows requirements

App capabilities
accessoryManager

Remarks

Cellular networks are not required to report this information, in which case this property may not correctly report the number of voicemails.

Calling this API requires that the ID_CAP_SMS and ID_CAP_SMS_COMPANION capabilities be specified in the application manifest.

Applies to