|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.email.MapiContactPersonalInfoPropertySet
public final class MapiContactPersonalInfoPropertySet
Specify other additional contact information
Method Summary | |
---|---|
String |
getAccount()
Specifies the account name of the contact |
String |
getBusinessHomePage()
Specifies the contact's business web page URL |
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)
|
void |
setBusinessHomePage(String value)
|
void |
setComputerNetworkName(String value)
|
void |
setCustomerId(String value)
|
void |
setFreeBusyLocation(String value)
|
void |
setFtpSite(String value)
|
void |
setGender(int value)
|
void |
setGovernmentIdNumber(String value)
|
void |
setHobbies(String value)
|
void |
setHtml(String value)
|
void |
setInstantMessagingAddress(String value)
|
void |
setLanguage(String value)
|
void |
setLocation(String value)
|
void |
setNotes(String value)
|
void |
setOrganizationalIdNumber(String value)
|
void |
setPersonalHomePage(String value)
|
void |
setReferredByName(String value)
|
void |
setSpouseName(String value)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public String getSpouseName()
Specifies the name of the contact's spouse/partner
public void setSpouseName(String value)
public String getPersonalHomePage()
Specifies the contact's personal web page URL
public void setPersonalHomePage(String value)
public String getLanguage()
Specifies the language that the contact uses
public void setLanguage(String value)
public String getNotes()
Specifies the additional notes
public void setNotes(String value)
public String getHobbies()
Specifies the hobbies of the contact
public void setHobbies(String value)
public String getLocation()
Specifies the location of the contact
public void setLocation(String value)
public String getInstantMessagingAddress()
Specifies the contact's instant messaging address
public void setInstantMessagingAddress(String value)
public String getOrganizationalIdNumber()
Specifies an organizational ID number for the contact
public void setOrganizationalIdNumber(String value)
public String getCustomerId()
Specifies the contact's customer ID number
public void setCustomerId(String value)
public String getGovernmentIdNumber()
Specifies the contact's government ID number
public void setGovernmentIdNumber(String value)
public String getFreeBusyLocation()
Specifies a URL path from which a client can retrieve free/busy information for the contact as an iCal file
public void setFreeBusyLocation(String value)
public String getAccount()
Specifies the account name of the contact
public void setAccount(String value)
public String getHtml()
Specifies the contact's business web page URL
public void setHtml(String value)
public String getBusinessHomePage()
Specifies the contact's business web page URL
public void setBusinessHomePage(String value)
public String getFtpSite()
Specifies the contact's File Transfer Protocol (FTP) URL
public void setFtpSite(String value)
public String getComputerNetworkName()
Specifies the name of the network to which the contact's computer is connected
public void setComputerNetworkName(String value)
public int getGender()
Specifies the gender of the contact
public void setGender(int value)
public String getReferredByName()
Specifies the name of the person who referred this contact to the user
public void setReferredByName(String value)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |