com.aspose.email
Class MapiContactPhysicalAddress

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

public final class MapiContactPhysicalAddress
extends Object

Refers to the group of properties that define physical address for a contact.


Constructor Summary
MapiContactPhysicalAddress()
           
 
Method Summary
 String getAddress()
           Specifies the complete address of the contact's address
 String getCity()
           Specifies the city or locality portion of the contact's address
 String getCountry()
           Specifies the country or region portion of the contact's address
 String getCountryCode()
           Specifies the country code portion of the contact's address
 String getPostalCode()
           Specifies the postal code (ZIP code) portion of the contact's address
 String getPostOfficeBox()
           Gets or sets the post office box
 String getStateOrProvince()
           Specifies the state or province portion of the contact's address
 String getStreet()
           Specifies the street portion of the contact's address
 boolean isMailingAddress()
           Gets or sets a value indicating whether this address is mailing address
 void isMailingAddress(boolean value)
           
 void setAddress(String value)
           
 void setCity(String value)
           
 void setCountry(String value)
           
 void setCountryCode(String value)
           
 void setPostalCode(String value)
           
 void setPostOfficeBox(String value)
           
 void setStateOrProvince(String value)
           
 void setStreet(String value)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MapiContactPhysicalAddress

public MapiContactPhysicalAddress()
Method Detail

isMailingAddress

public boolean isMailingAddress()

Gets or sets a value indicating whether this address is mailing address


isMailingAddress

public void isMailingAddress(boolean value)

getStreet

public String getStreet()

Specifies the street portion of the contact's address


setStreet

public void setStreet(String value)

getCity

public String getCity()

Specifies the city or locality portion of the contact's address


setCity

public void setCity(String value)

getStateOrProvince

public String getStateOrProvince()

Specifies the state or province portion of the contact's address


setStateOrProvince

public void setStateOrProvince(String value)

getPostalCode

public String getPostalCode()

Specifies the postal code (ZIP code) portion of the contact's address


setPostalCode

public void setPostalCode(String value)

getCountry

public String getCountry()

Specifies the country or region portion of the contact's address


setCountry

public void setCountry(String value)

getCountryCode

public String getCountryCode()

Specifies the country code portion of the contact's address


setCountryCode

public void setCountryCode(String value)

getAddress

public String getAddress()

Specifies the complete address of the contact's address


setAddress

public void setAddress(String value)

getPostOfficeBox

public String getPostOfficeBox()

Gets or sets the post office box


setPostOfficeBox

public void setPostOfficeBox(String value)


Copyright (c) 2008-2013 Aspose Pty Ltd. All Rights Reserved.