ImAddressDictionary Class

Definition

Represents a dictionary of instant messaging (IM) addresses.

public ref class ImAddressDictionary sealed : Microsoft::Exchange::WebServices::Data::DictionaryProperty<Microsoft::Exchange::WebServices::Data::ImAddressKey, Microsoft::Exchange::WebServices::Data::ImAddressEntry ^>
public sealed class ImAddressDictionary : Microsoft.Exchange.WebServices.Data.DictionaryProperty<Microsoft.Exchange.WebServices.Data.ImAddressKey,Microsoft.Exchange.WebServices.Data.ImAddressEntry>
Public NotInheritable Class ImAddressDictionary
Inherits DictionaryProperty(Of ImAddressKey, ImAddressEntry)
Inheritance

Constructors

ImAddressDictionary()

Initializes a new instance of the ImAddressDictionary class.

Properties

Item[ImAddressKey]

Gets or sets the instant messaging (IM) address at the specified key.

Methods

Contains(TKey)

Determines whether this instance contains the specified key.

(Inherited from DictionaryProperty<TKey,TEntry>)
TryGetValue(ImAddressKey, String)

Tries to get the instant messaging (IM) address that corresponds to the specified key.

Applies to