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

Packages that use PhysicalAddressKey
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
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.
 

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

Methods in microsoft.exchange.webservices.data.property.complex 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–2015 Microsoft. All rights reserved.