Uses of Class
microsoft.exchange.webservices.data.PhoneNumberKey

Uses of PhoneNumberKey in microsoft.exchange.webservices.data
 

Methods in microsoft.exchange.webservices.data that return PhoneNumberKey
static PhoneNumberKey PhoneNumberKey.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static PhoneNumberKey[] PhoneNumberKey.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 PhoneNumberKey
 String PhoneNumberDictionary.getPhoneNumber(PhoneNumberKey key)
          * Gets the phone number at the specified key.
 void PhoneNumberDictionary.setPhoneNumber(PhoneNumberKey key, String value)
          Sets the phone number.
 boolean PhoneNumberDictionary.tryGetValue(PhoneNumberKey key, OutParam<String> outparam)
          * Tries to get the phone number associated with the specified key.
 

Constructors in microsoft.exchange.webservices.data with parameters of type PhoneNumberKey
PhoneNumberEntry(PhoneNumberKey key, String phoneNumber)
          Initializes a new instance of the class.
 



Copyright © 2012. All Rights Reserved.