IMbnSubscriberInformation::get_TelephoneNumbers method (mbnapi.h)

Important

Starting in Windows 10, version 1803, the Win32 APIs described in this section are replaced by the Windows Runtime APIs in the Windows.Networking.Connectivity namespace.

The telephone numbers associated with the device.

This property is read-only.

Syntax

HRESULT get_TelephoneNumbers(
  SAFEARRAY **TelephoneNumbers
);

Parameters

TelephoneNumbers

Return value

None

Remarks

This property provides the list of telephone numbers (TNs) assigned to the subscriber. In GSM the numbers are called Mobile Station ISDN Numbers (MSISDNs). In CDMA they are called Mobile Directory Numbers (MDNs).

This value is not populated until the ready state reaches MBN_READY_STATE_INITIALIZED.

Requirements

Requirement Value
Minimum supported client Windows 7 [desktop apps only]
Minimum supported server None supported
Target Platform Windows
Header mbnapi.h

See also

IMbnSubscriberInformation