ImAddressDictionary Class
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.
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. |