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 String getSpouseName()
Specifies the name of the contact's spouse/partner
String
object.public void setSpouseName(String value)
Specifies the name of the contact's spouse/partner
value
- a String
object.public String getPersonalHomePage()
Specifies the contact's personal web page URL
String
object.public void setPersonalHomePage(String value)
Specifies the contact's personal web page URL
value
- a String
object.public String getLanguage()
Specifies the language that the contact uses
String
object.public void setLanguage(String value)
Specifies the language that the contact uses
value
- a String
object.public void setNotes(String value)
Specifies the additional notes
value
- a String
object.public void setHobbies(String value)
Specifies the hobbies of the contact
value
- a String
object.public String getLocation()
Specifies the location of the contact
String
object.public void setLocation(String value)
Specifies the location of the contact
value
- a String
object.public String getInstantMessagingAddress()
Specifies the contact's instant messaging address
String
object.public void setInstantMessagingAddress(String value)
Specifies the contact's instant messaging address
value
- a String
object.public String getOrganizationalIdNumber()
Specifies an organizational ID number for the contact
String
object.public void setOrganizationalIdNumber(String value)
Specifies an organizational ID number for the contact
value
- a String
object.public String getCustomerId()
Specifies the contact's customer ID number
String
object.public void setCustomerId(String value)
Specifies the contact's customer ID number
value
- a String
object.public String getGovernmentIdNumber()
Specifies the contact's government ID number
String
object.public void setGovernmentIdNumber(String value)
Specifies the contact's government ID number
value
- a String
object.public String getFreeBusyLocation()
Specifies a URL path from which a client can retrieve free/busy information for the contact as an iCal file
String
object.public void setFreeBusyLocation(String value)
Specifies a URL path from which a client can retrieve free/busy information for the contact as an iCal file
value
- a String
object.public String getAccount()
Specifies the account name of the contact
String
object.public void setAccount(String value)
Specifies the account name of the contact
value
- a String
object.public String getHtml()
Specifies the contact's business web page URL
String
object.public void setHtml(String value)
Specifies the contact's business web page URL
value
- a String
object.public String getBusinessHomePage()
Specifies the contact's business web page URL
String
object.public void setBusinessHomePage(String value)
Specifies the contact's business web page URL
value
- a String
object.public String getFtpSite()
Specifies the contact's File Transfer Protocol (FTP) URL
String
object.public void setFtpSite(String value)
Specifies the contact's File Transfer Protocol (FTP) URL
value
- a String
object.public String getComputerNetworkName()
Specifies the name of the network to which the contact's computer is connected
String
object.public void setComputerNetworkName(String value)
Specifies the name of the network to which the contact's computer is connected
value
- a String
object.public int getGender()
Specifies the gender of the contact
public void setGender(int value)
Specifies the gender of the contact
value
- a int.public String getReferredByName()
Specifies the name of the person who referred this contact to the user
String
object.public void setReferredByName(String value)
Specifies the name of the person who referred this contact to the user
value
- a String
object.public String[] getChildren()
Contains a list of names of children.
String
objects.Copyright (c) 2008-2015 Aspose Pty Ltd. All Rights Reserved.