The ContactAddressDictionary type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | Business |
Gets or sets the standard business address field.
|
![]() | Count |
Gets the number of PostalAddress elements in the PostalAddressDictionary.
|
![]() | Home |
Gets or sets the standard home address field.
|
![]() | Item |
Gets or sets the PostalAddress with the specified key (name).
|
![]() | Keys |
Gets a collection containing all the Keys in the PostalAddressDictionary. Each key is the name of a particular PostalAddress in the dictionary.
|
![]() | Other |
Gets or sets the standard other address field.
|
![]() | Values |
Gets a collection of the PostalAddresses in the PostalAddressDictionary.
|
See Also