ImAddressDictionary.Item[ImAddressKey] Property

Definition

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

public:
 property System::String ^ default[Microsoft::Exchange::WebServices::Data::ImAddressKey] { System::String ^ get(Microsoft::Exchange::WebServices::Data::ImAddressKey key); void set(Microsoft::Exchange::WebServices::Data::ImAddressKey key, System::String ^ value); };
public string this[Microsoft.Exchange.WebServices.Data.ImAddressKey key] { get; set; }
Default Public Property Item(key As ImAddressKey) As String

Parameters

key
ImAddressKey

The key that corresponds to the IM address to get or set.

Property Value

The IM address at the specified key.

Applies to