Package | Description |
---|---|
microsoft.exchange.webservices.data.property.complex |
Modifier and Type | Method and Description |
---|---|
protected PhysicalAddressEntry |
PhysicalAddressDictionary.createEntryInstance()
Creates instance of dictionary entry.
|
PhysicalAddressEntry |
PhysicalAddressDictionary.getPhysicalAddress(PhysicalAddressKey key)
Gets the physical address at the specified key.
|
Modifier and Type | Method and Description |
---|---|
void |
PhysicalAddressDictionary.setPhysicalAddress(PhysicalAddressKey key,
PhysicalAddressEntry value)
Sets the physical address.
|
Modifier and Type | Method and Description |
---|---|
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.