Uses of Class
microsoft.exchange.webservices.data.core.enumeration.property.PhoneNumberKey
-
Packages that use PhoneNumberKey Package Description 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 Modifier and Type Method Description static PhoneNumberKeyPhoneNumberKey. 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 Modifier and Type Method Description StringPhoneNumberDictionary. getPhoneNumber(PhoneNumberKey key)Gets the phone number at the specified key.voidPhoneNumberDictionary. setPhoneNumber(PhoneNumberKey key, String value)Sets the phone number.booleanPhoneNumberDictionary. 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 Constructor Description PhoneNumberEntry(PhoneNumberKey key, String phoneNumber)Initializes a new instance of thePhoneNumberEntryclass.
-