|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.network.outlook.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)
|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public String getSpouseName()
public void setSpouseName(String value)
public String getPersonalHomePage()
public void setPersonalHomePage(String value)
public String getLanguage()
public void setLanguage(String value)
public String getNotes()
public void setNotes(String value)
public String getHobbies()
public void setHobbies(String value)
public String getLocation()
public void setLocation(String value)
public String getInstantMessagingAddress()
public void setInstantMessagingAddress(String value)
public String getOrganizationalIdNumber()
public void setOrganizationalIdNumber(String value)
public String getCustomerId()
public void setCustomerId(String value)
public String getGovernmentIdNumber()
public void setGovernmentIdNumber(String value)
public String getFreeBusyLocation()
public void setFreeBusyLocation(String value)
public String getAccount()
public void setAccount(String value)
public String getHtml()
public void setHtml(String value)
public String getBusinessHomePage()
public void setBusinessHomePage(String value)
public String getFtpSite()
public void setFtpSite(String value)
public String getComputerNetworkName()
public void setComputerNetworkName(String value)
public int getGender()
public void setGender(int value)
public String getReferredByName()
public void setReferredByName(String value)
public String toString()
toString
in class Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |