|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Uses of ImAddressKey in microsoft.exchange.webservices.data |
|---|
| Methods in microsoft.exchange.webservices.data 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. |
| Methods in microsoft.exchange.webservices.data 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 with parameters of type ImAddressKey | |
|---|---|
ImAddressEntry(ImAddressKey key,
String imAddress)
Initializes a new instance of the ="ImAddressEntry" class. |
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||