Uses of Class
microsoft.exchange.webservices.data.core.enumeration.property.ImAddressKey
-
Packages that use ImAddressKey Package Description 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 Modifier and Type Method Description static ImAddressKeyImAddressKey. 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 Modifier and Type Method Description StringImAddressDictionary. getImAddressKey(ImAddressKey key)Gets the Instant Messaging address at the specified key.voidImAddressDictionary. setImAddressKey(ImAddressKey key, String value)Sets the im address key.booleanImAddressDictionary. 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 Constructor Description ImAddressEntry(ImAddressKey key, String imAddress)Initializes a new instance of the ="ImAddressEntry" class.
-