The PhoneNumber type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
| Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | Returns a String that represents the current Object. (Overrides Object..::..ToString()()()().) |
Properties
| Name | Description | |
|---|---|---|
| AutoDialExtension |
Indicates whether Extension (if exists) will to be included while Interaction Centers dials this number.
| |
| Classifications |
Gets the classifications for this PhoneNumber.
| |
| DefaultClassification |
The default classification for this PhoneNumber. There can be multiple Classifications.
| |
| DialCapable |
Indicates whether this PhoneNumber can be dialed.
| |
| DisplayText |
The text used to display this PhoneNumber in a client application.
| |
| EditBase |
The editable format of this PhoneNumber.
| |
| Extension |
The Extension of this PhoneNumber.
| |
| Internal |
Indicates whether this PhoneNumber in an internal number.
| |
| NormalizedText |
The system normalized phone number text used for this PhoneNumber.
| |
| QueueName |
The name of the queue for this PhoneNumber.
| |
| QueueType |
The type of the queue for this PhoneNumber.
| |
| RawText |
The phone number for which this PhoneNumber was created.
| |
| VoicemailCapable |
Indicates whether this PhoneNumber is configured to receive voice mail.
|