Uses of Class
microsoft.exchange.webservices.data.property.complex.PhysicalAddressEntry

Packages that use PhysicalAddressEntry
microsoft.exchange.webservices.data.property.complex   
 

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

Methods in microsoft.exchange.webservices.data.property.complex that return PhysicalAddressEntry
protected  PhysicalAddressEntry PhysicalAddressDictionary.createEntryInstance()
          Creates instance of dictionary entry.
 PhysicalAddressEntry PhysicalAddressDictionary.getPhysicalAddress(PhysicalAddressKey key)
          Gets the physical address at the specified key.
 

Methods in microsoft.exchange.webservices.data.property.complex with parameters of type PhysicalAddressEntry
 void PhysicalAddressDictionary.setPhysicalAddress(PhysicalAddressKey key, PhysicalAddressEntry value)
          Sets the physical address.
 

Method parameters in microsoft.exchange.webservices.data.property.complex with type arguments of type PhysicalAddressEntry
 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.