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 = 3The phone is not currently connected to the network, such as when powered off or in airplane mode.
[EnumMember(Value = "bad_number")] BadNumber = 4The phone number is invalid or does not exist in the carrier network.
[EnumMember(Value = "blacklisted")] Blacklisted = 5The phone number has been blacklisted and cannot receive messages.
[EnumMember(Value = "reachable")] Reachable = 1The phone is reachable and can receive calls and messages.
[EnumMember(Value = "undeliverable")] Undeliverable = 2The phone cannot be reached at this time, possibly due to network issues or being out of coverage.
[EnumMember(Value = "unknown")] Unknown = 0The reachability status could not be determined.