public final class MapiContactPersonalInfoPropertySet extends Object
Specify other additional contact information
Constructor and Description |
---|
MapiContactPersonalInfoPropertySet()
Initializes a new instance of the
MapiContactPersonalInfoPropertySet class |
MapiContactPersonalInfoPropertySet(MapiPropertyCollection properties)
Initializes a new instance of the
MapiContactPersonalInfoPropertySet class |
Modifier and Type | Method and Description |
---|---|
String |
getAccount()
Specifies the account name of the contact
|
String |
getBusinessHomePage()
Specifies the contact's business web page URL
|
String[] |
getChildren()
Contains a list of names of children.
|
String |
getComputerNetworkName()
Specifies the name of the network
to which the contact's computer is connected
|
String |
getCustomerId()
Specifies the contact's
customer ID number
|
String |
getFreeBusyLocation()
Specifies a URL path from which a client
can retrieve free/busy information
for the contact as an iCal file
|
String |
getFtpSite()
Specifies the contact's
File Transfer Protocol (FTP) URL
|
int |
getGender()
Specifies the gender of the contact
|
String |
getGovernmentIdNumber()
Specifies the contact's
government ID number
|
String |
getHobbies()
Specifies the hobbies of the contact
|
String |
getHtml()
Specifies the contact's
business web page URL
|
String |
getInstantMessagingAddress()
Specifies the contact's
instant messaging address
|
String |
getLanguage()
Specifies the language
that the contact uses
|
String |
getLocation()
Specifies the location of the contact
|
String |
getNotes()
Specifies the additional notes
|
String |
getOrganizationalIdNumber()
Specifies an organizational ID number
for the contact
|
String |
getPersonalHomePage()
Specifies the contact's personal web page URL
|
String |
getReferredByName()
Specifies the name of the person
who referred this contact to the user
|
String |
getSpouseName()
Specifies the name
of the contact's spouse/partner
|
void |
setAccount(String value)
Specifies the account name of the contact
|
void |
setBusinessHomePage(String value)
Specifies the contact's business web page URL
|
void |
setChildren(String[] value)
Contains a list of names of children.
|
void |
setComputerNetworkName(String value)
Specifies the name of the network
to which the contact's computer is connected
|
void |
setCustomerId(String value)
Specifies the contact's
customer ID number
|
void |
setFreeBusyLocation(String value)
Specifies a URL path from which a client
can retrieve free/busy information
for the contact as an iCal file
|
void |
setFtpSite(String value)
Specifies the contact's
File Transfer Protocol (FTP) URL
|
void |
setGender(int value)
Specifies the gender of the contact
|
void |
setGovernmentIdNumber(String value)
Specifies the contact's
government ID number
|
void |
setHobbies(String value)
Specifies the hobbies of the contact
|
void |
setHtml(String value)
Specifies the contact's
business web page URL
|
void |
setInstantMessagingAddress(String value)
Specifies the contact's
instant messaging address
|
void |
setLanguage(String value)
Specifies the language
that the contact uses
|
void |
setLocation(String value)
Specifies the location of the contact
|
void |
setNotes(String value)
Specifies the additional notes
|
void |
setOrganizationalIdNumber(String value)
Specifies an organizational ID number
for the contact
|
void |
setPersonalHomePage(String value)
Specifies the contact's personal web page URL
|
void |
setReferredByName(String value)
Specifies the name of the person
who referred this contact to the user
|
void |
setSpouseName(String value)
Specifies the name
of the contact's spouse/partner
|
public MapiContactPersonalInfoPropertySet()
Initializes a new instance of the MapiContactPersonalInfoPropertySet
class
public MapiContactPersonalInfoPropertySet(MapiPropertyCollection properties)
Initializes a new instance of the MapiContactPersonalInfoPropertySet
class
properties
- A MapiPropertyCollection
containing contact personal propertiespublic final String getSpouseName()
Specifies the name of the contact's spouse/partner
public final void setSpouseName(String value)
Specifies the name of the contact's spouse/partner
public final String getPersonalHomePage()
Specifies the contact's personal web page URL
public final void setPersonalHomePage(String value)
Specifies the contact's personal web page URL
public final String getLanguage()
Specifies the language that the contact uses
public final void setLanguage(String value)
Specifies the language that the contact uses
public final String getNotes()
Specifies the additional notes
public final void setNotes(String value)
Specifies the additional notes
public final String getHobbies()
Specifies the hobbies of the contact
public final void setHobbies(String value)
Specifies the hobbies of the contact
public final String getLocation()
Specifies the location of the contact
public final void setLocation(String value)
Specifies the location of the contact
public final String getInstantMessagingAddress()
Specifies the contact's instant messaging address
public final void setInstantMessagingAddress(String value)
Specifies the contact's instant messaging address
public final String getOrganizationalIdNumber()
Specifies an organizational ID number for the contact
public final void setOrganizationalIdNumber(String value)
Specifies an organizational ID number for the contact
public final String getCustomerId()
Specifies the contact's customer ID number
public final void setCustomerId(String value)
Specifies the contact's customer ID number
public final String getGovernmentIdNumber()
Specifies the contact's government ID number
public final void setGovernmentIdNumber(String value)
Specifies the contact's government ID number
public final String getFreeBusyLocation()
Specifies a URL path from which a client can retrieve free/busy information for the contact as an iCal file
public final void setFreeBusyLocation(String value)
Specifies a URL path from which a client can retrieve free/busy information for the contact as an iCal file
public final String getAccount()
Specifies the account name of the contact
public final void setAccount(String value)
Specifies the account name of the contact
public final String getHtml()
Specifies the contact's business web page URL
public final void setHtml(String value)
Specifies the contact's business web page URL
public final String getBusinessHomePage()
Specifies the contact's business web page URL
public final void setBusinessHomePage(String value)
Specifies the contact's business web page URL
public final String getFtpSite()
Specifies the contact's File Transfer Protocol (FTP) URL
public final void setFtpSite(String value)
Specifies the contact's File Transfer Protocol (FTP) URL
public final String getComputerNetworkName()
Specifies the name of the network to which the contact's computer is connected
public final void setComputerNetworkName(String value)
Specifies the name of the network to which the contact's computer is connected
public final int getGender()
Specifies the gender of the contact
public final void setGender(int value)
Specifies the gender of the contact
public final String getReferredByName()
Specifies the name of the person who referred this contact to the user
public final void setReferredByName(String value)
Specifies the name of the person who referred this contact to the user
public final String[] getChildren()
Contains a list of names of children.
public final void setChildren(String[] value)
Contains a list of names of children.