Uses of Class
microsoft.exchange.webservices.data.core.enumeration.property.ImAddressKey

Packages that use ImAddressKey
microsoft.exchange.webservices.data.core.enumeration.property   
microsoft.exchange.webservices.data.property.complex   
 

Uses of ImAddressKey in microsoft.exchange.webservices.data.core.enumeration.property
 

Methods in microsoft.exchange.webservices.data.core.enumeration.property that return ImAddressKey
static ImAddressKey ImAddressKey.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ImAddressKey[] ImAddressKey.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of ImAddressKey in microsoft.exchange.webservices.data.property.complex
 

Methods in microsoft.exchange.webservices.data.property.complex with parameters of type ImAddressKey
 String ImAddressDictionary.getImAddressKey(ImAddressKey key)
          Gets the Instant Messaging address at the specified key.
 void ImAddressDictionary.setImAddressKey(ImAddressKey key, String value)
          Sets the im address key.
 boolean ImAddressDictionary.tryGetValue(ImAddressKey key, OutParam<String> outParam)
          Tries to get the IM address associated with the specified key.
 

Constructors in microsoft.exchange.webservices.data.property.complex with parameters of type ImAddressKey
ImAddressEntry(ImAddressKey key, String imAddress)
          Initializes a new instance of the ="ImAddressEntry" class.
 



Copyright © 2012–2015 Microsoft. All rights reserved.