ContactAddressDictionaryGetNonStandardAddresses Method Ipswitch.Messaging.Framework
Retrieves an enumerable collection of PostalAddresses and names from the PostalAddressDictionary that are not one of the standard addresses (home, business and other).

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

public IEnumerable<KeyValuePair<string, PostalAddress>> GetNonStandardAddresses()

Return Value

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

Reference