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

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

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

Methods in microsoft.exchange.webservices.data.core.enumeration.property 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.
 

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

Methods in microsoft.exchange.webservices.data.property.complex 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.property.complex with parameters of type PhoneNumberKey
PhoneNumberEntry(PhoneNumberKey key, String phoneNumber)
          Initializes a new instance of the class.
 



Copyright © 2012–2015 Microsoft. All rights reserved.