ImAddressDictionary.Item[ImAddressKey] Propriété
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.
Obtient ou définit l’adresse de messagerie instantanée au niveau de la clé spécifiée.
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
Paramètres
- key
- ImAddressKey
Clé qui correspond à l’adresse de messagerie instantanée à obtenir ou à définir.
Valeur de propriété
Adresse de messagerie instantanée à la clé spécifiée.