Uses of Class
microsoft.exchange.webservices.data.core.enumeration.property.PhysicalAddressKey
-
Packages that use PhysicalAddressKey Package Description microsoft.exchange.webservices.data.core.enumeration.property microsoft.exchange.webservices.data.property.complex -
-
Uses of PhysicalAddressKey in microsoft.exchange.webservices.data.core.enumeration.property
Methods in microsoft.exchange.webservices.data.core.enumeration.property that return PhysicalAddressKey Modifier and Type Method Description static PhysicalAddressKeyPhysicalAddressKey. valueOf(String name)Returns the enum constant of this type with the specified name.static PhysicalAddressKey[]PhysicalAddressKey. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of PhysicalAddressKey in microsoft.exchange.webservices.data.property.complex
Methods in microsoft.exchange.webservices.data.property.complex with parameters of type PhysicalAddressKey Modifier and Type Method Description PhysicalAddressEntryPhysicalAddressDictionary. getPhysicalAddress(PhysicalAddressKey key)Gets the physical address at the specified key.voidPhysicalAddressDictionary. setPhysicalAddress(PhysicalAddressKey key, PhysicalAddressEntry value)Sets the physical address.booleanPhysicalAddressDictionary. tryGetValue(PhysicalAddressKey key, OutParam<PhysicalAddressEntry> outparam)Tries to get the physical address associated with the specified key.
-