ContactAddressDictionaryItem Property Ipswitch.Messaging.Framework
Gets or sets the PostalAddress with the specified key (name).

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

public PostalAddress this[
	string key
] { get; set; }

Parameters

key
Type: SystemString
The key (name) of the PostalAddress to get or set.

Return Value

Type: PostalAddress
The PostalAddress in the PostalAddressDictionary that is associated with the specified key (name).

Implements

IDictionaryTKey, TValueItemTKey
See Also

Reference