ImAddressDictionary.Item[ImAddressKey] Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.