|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.email.MapiContactPhysicalAddress
public final class MapiContactPhysicalAddress
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 |
---|
public MapiContactPhysicalAddress()
Method Detail |
---|
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)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |