ImAddressDictionary Classe
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Représente un dictionnaire d’adresses de messagerie instantanée.
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)
- Héritage
Constructeurs
ImAddressDictionary() |
Initialise une nouvelle instance de la classe ImAddressDictionary. |
Propriétés
Item[ImAddressKey] |
Obtient ou définit l’adresse de messagerie instantanée au niveau de la clé spécifiée. |
Méthodes
Contains(TKey) |
Détermine si cette instance contient la clé spécifiée. (Hérité de DictionaryProperty<TKey,TEntry>) |
TryGetValue(ImAddressKey, String) |
Tente d’obtenir l’adresse de messagerie instantanée qui correspond à la clé spécifiée. |