Table of Contents

Enum NumberReachability

Namespace
Vonage.NumberInsights
Assembly
Vonage.dll

Indicates whether a mobile phone number is currently reachable for calls or messages.

public enum NumberReachability

Fields

[EnumMember(Value = "absent")] Absent = 3

The phone is not currently connected to the network, such as when powered off or in airplane mode.

[EnumMember(Value = "bad_number")] BadNumber = 4

The phone number is invalid or does not exist in the carrier network.

[EnumMember(Value = "blacklisted")] Blacklisted = 5

The phone number has been blacklisted and cannot receive messages.

[EnumMember(Value = "reachable")] Reachable = 1

The phone is reachable and can receive calls and messages.

[EnumMember(Value = "undeliverable")] Undeliverable = 2

The phone cannot be reached at this time, possibly due to network issues or being out of coverage.

[EnumMember(Value = "unknown")] Unknown = 0

The reachability status could not be determined.