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

Uses of PhysicalAddressKey in microsoft.exchange.webservices.data
 

Methods in microsoft.exchange.webservices.data that return PhysicalAddressKey
static PhysicalAddressKey PhysicalAddressKey.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.
 

Methods in microsoft.exchange.webservices.data with parameters of type PhysicalAddressKey
 PhysicalAddressEntry PhysicalAddressDictionary.getPhysicalAddress(PhysicalAddressKey key)
          * Gets the physical address at the specified key.
 void PhysicalAddressDictionary.setPhysicalAddress(PhysicalAddressKey key, PhysicalAddressEntry value)
          Sets the physical address.
 boolean PhysicalAddressDictionary.tryGetValue(PhysicalAddressKey key, OutParam<PhysicalAddressEntry> outparam)
          * Tries to get the physical address associated with the specified key.
 



Copyright © 2012. All Rights Reserved.