Share via


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

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

Fields

Name Value Description
FixedLine 0

A fixed telephone line.

Mobile 1

A mobile line.

FixedLineOrMobile 2

Either a fixed line or a mobile line.

TollFree 3

A toll-free number.

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.)

Voip 6

A VOIP (Voice over IP) line.

PersonalNumber 7

A number that reaches a private individual.

Pager 8

A number that reaches a pager.

UniversalAccountNumber 9

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

Voicemail 10

A number that reaches a voicemail service.

Unknown 11

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

Applies to