com.aspose.email
Class MapiContactPhysicalAddressPropertySet

java.lang.Object
  extended by com.aspose.email.MapiContactPhysicalAddressPropertySet

public final class MapiContactPhysicalAddressPropertySet
extends Object

Specify three physical addresses: Home Address, Work Address, and Other Address. One of the addresses can be marked as the Mailing Address


Constructor Summary
MapiContactPhysicalAddressPropertySet()
           Initializes a new instance of the MapiContactPhysicalAddressPropertySet class
MapiContactPhysicalAddressPropertySet(MapiPropertyCollection properties)
           Initializes a new instance of the MapiContactPhysicalAddressPropertySet class
 
Method Summary
 MapiContactPhysicalAddress getHomeAddress()
           Specifies the address of the contact's home
 MapiContactPhysicalAddress getOtherAddress()
           Specifies the other contact's address
 MapiContactPhysicalAddress getWorkAddress()
           Specifies the address of the contact's work
 void setHomeAddress(MapiContactPhysicalAddress value)
           
 void setOtherAddress(MapiContactPhysicalAddress value)
           
 void setWorkAddress(MapiContactPhysicalAddress value)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MapiContactPhysicalAddressPropertySet

public MapiContactPhysicalAddressPropertySet()

Initializes a new instance of the MapiContactPhysicalAddressPropertySet class


MapiContactPhysicalAddressPropertySet

public MapiContactPhysicalAddressPropertySet(MapiPropertyCollection properties)

Initializes a new instance of the MapiContactPhysicalAddressPropertySet class

Parameters:
properties - A MapiPropertyCollection containing contact physical addresses properties
Method Detail

getWorkAddress

public MapiContactPhysicalAddress getWorkAddress()

Specifies the address of the contact's work


setWorkAddress

public void setWorkAddress(MapiContactPhysicalAddress value)

getHomeAddress

public MapiContactPhysicalAddress getHomeAddress()

Specifies the address of the contact's home


setHomeAddress

public void setHomeAddress(MapiContactPhysicalAddress value)

getOtherAddress

public MapiContactPhysicalAddress getOtherAddress()

Specifies the other contact's address


setOtherAddress

public void setOtherAddress(MapiContactPhysicalAddress value)


Copyright (c) 2002-2012 Aspose Pty Ltd. All Rights Reserved.