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

Packages that use PhysicalAddressIndex
microsoft.exchange.webservices.data.core.enumeration.property   
microsoft.exchange.webservices.data.core.service.item   
 

Uses of PhysicalAddressIndex in microsoft.exchange.webservices.data.core.enumeration.property
 

Methods in microsoft.exchange.webservices.data.core.enumeration.property that return PhysicalAddressIndex
static PhysicalAddressIndex PhysicalAddressIndex.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static PhysicalAddressIndex[] PhysicalAddressIndex.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of PhysicalAddressIndex in microsoft.exchange.webservices.data.core.service.item
 

Methods in microsoft.exchange.webservices.data.core.service.item that return PhysicalAddressIndex
 PhysicalAddressIndex Contact.getPostalAddressIndex()
          Gets the index of the contact's postal address.
 

Methods in microsoft.exchange.webservices.data.core.service.item with parameters of type PhysicalAddressIndex
 void Contact.setPostalAddressIndex(PhysicalAddressIndex value)
          Sets the postal address index.
 



Copyright © 2012–2015 Microsoft. All rights reserved.