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 final boolean isMailingAddress()
Gets or sets a value indicating whether this address is mailing address
public final void setMailingAddress(boolean value)
Gets or sets a value indicating whether this address is mailing address
public final String getStreet()
Specifies the street portion of the contact's address
public final void setStreet(String value)
Specifies the street portion of the contact's address
public final String getCity()
Specifies the city or locality portion of the contact's address
public final void setCity(String value)
Specifies the city or locality portion of the contact's address
public final String getStateOrProvince()
Specifies the state or province portion of the contact's address
public final void setStateOrProvince(String value)
Specifies the state or province portion of the contact's address
public final String getPostalCode()
Specifies the postal code (ZIP code) portion of the contact's address
public final void setPostalCode(String value)
Specifies the postal code (ZIP code) portion of the contact's address
public final String getCountry()
Specifies the country or region portion of the contact's address
public final void setCountry(String value)
Specifies the country or region portion of the contact's address
public final String getCountryCode()
Specifies the country code portion of the contact's address
public final void setCountryCode(String value)
Specifies the country code portion of the contact's address
public final String getAddress()
Specifies the complete address of the contact's address
public final void setAddress(String value)
Specifies the complete address of the contact's address
public final String getPostOfficeBox()
Gets or sets the post office box
public final void setPostOfficeBox(String value)
Gets or sets the post office box