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