public final class MapiContactPhysicalAddress extends Object
Refers to the group of properties that define physical address for a contact.
Constructor and Description |
---|
MapiContactPhysicalAddress() |
Modifier and Type | Method and Description |
---|---|
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) |
public boolean isMailingAddress()
Gets or sets a value indicating whether this address is mailing address
public void isMailingAddress(boolean value)
public String getStreet()
Specifies the street portion of the contact's address
public void setStreet(String value)
public String getCity()
Specifies the city or locality portion of the contact's address
public void setCity(String value)
public String getStateOrProvince()
Specifies the state or province portion of the contact's address
public void setStateOrProvince(String value)
public String getPostalCode()
Specifies the postal code (ZIP code) portion of the contact's address
public void setPostalCode(String value)
public String getCountry()
Specifies the country or region portion of the contact's address
public void setCountry(String value)
public String getCountryCode()
Specifies the country code portion of the contact's address
public void setCountryCode(String value)
public String getAddress()
Specifies the complete address of the contact's address
public void setAddress(String value)
public String getPostOfficeBox()
Gets or sets the post office box
public void setPostOfficeBox(String value)
Copyright (c) 2008-2013 Aspose Pty Ltd. All Rights Reserved.