Uses of Class
microsoft.exchange.webservices.data.core.enumeration.property.PhysicalAddressIndex
-
Packages that use PhysicalAddressIndex Package Description 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 Modifier and Type Method Description static PhysicalAddressIndexPhysicalAddressIndex. 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 Modifier and Type Method Description PhysicalAddressIndexContact. getPostalAddressIndex()Gets the index of the contact's postal address.Methods in microsoft.exchange.webservices.data.core.service.item with parameters of type PhysicalAddressIndex Modifier and Type Method Description voidContact. setPostalAddressIndex(PhysicalAddressIndex value)Sets the postal address index.
-