Uses of Class
microsoft.exchange.webservices.data.property.complex.PhysicalAddressEntry
-
Packages that use PhysicalAddressEntry Package Description 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 Modifier and Type Method Description protected PhysicalAddressEntryPhysicalAddressDictionary. createEntryInstance()Creates instance of dictionary entry.PhysicalAddressEntryPhysicalAddressDictionary. getPhysicalAddress(PhysicalAddressKey key)Gets the physical address at the specified key.Methods in microsoft.exchange.webservices.data.property.complex with parameters of type PhysicalAddressEntry Modifier and Type Method Description voidPhysicalAddressDictionary. setPhysicalAddress(PhysicalAddressKey key, PhysicalAddressEntry value)Sets the physical address.Method parameters in microsoft.exchange.webservices.data.property.complex with type arguments of type PhysicalAddressEntry Modifier and Type Method Description booleanPhysicalAddressDictionary. tryGetValue(PhysicalAddressKey key, OutParam<PhysicalAddressEntry> outparam)Tries to get the physical address associated with the specified key.
-