PredictedPhoneNumberKind Enum

Definition

The kinds of phone numbers returned by PhoneNumberInfo.PredictNumberKind.

public enum class PredictedPhoneNumberKind
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 196608)]
enum class PredictedPhoneNumberKind
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 196608)]
public enum PredictedPhoneNumberKind
var value = Windows.Globalization.PhoneNumberFormatting.PredictedPhoneNumberKind.fixedLine
Public Enum PredictedPhoneNumberKind
Inheritance
PredictedPhoneNumberKind
Attributes

Windows requirements

Device family
Windows 10 Anniversary Edition (introduced in 10.0.14393.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v3.0)

Fields

FixedLine 0

A fixed telephone line.

FixedLineOrMobile 2

Either a fixed line or a mobile line.

Mobile 1

A mobile line.

Pager 8

A number that reaches a pager.

PersonalNumber 7

A number that reaches a private individual.

PremiumRate 4

A number that charges a premium rate to connect.

SharedCost 5

A shared-cost service (caller pays part of the cost, recipient pays the rest.)

TollFree 3

A toll-free number.

UniversalAccountNumber 9

A category that includes national services and corporate, institutional, or private network access numbers.

Unknown 11

A number that is none of the other kinds in this enumeration, or whose precise kind is not known.

Voicemail 10

A number that reaches a voicemail service.

Voip 6

A VOIP (Voice over IP) line.

Applies to