ContactPhoneDictionaryGetNonStandardPhoneNumbers Method Ipswitch.Messaging.Framework
Retrieves an enumerable collection of phone number strings and names from the PhoneNumberDictionary that are not one of the standard phone numbers.

Namespace: Ipswitch.Messaging.Framework
Assembly: Ipswitch.Messaging.Framework (in Ipswitch.Messaging.Framework.dll) Version: 1.0.0.0
Syntax

public IEnumerable<KeyValuePair<string, string>> GetNonStandardPhoneNumbers()

Return Value

Type: IEnumerableKeyValuePairString, String
An IEnumerable<KeyValuePair<string, string>> that can be used to iterate through the non-standard phone number string elements in the PhoneNumberDictionary.
See Also

Reference