MapiContactPersonalInfoPropertySet
Inheritance: java.lang.Object
public final class MapiContactPersonalInfoPropertySet
Specify other additional contact information
Constructors
Constructor | Description |
---|---|
MapiContactPersonalInfoPropertySet() | Initializes a new instance of the MapiContactPersonalInfoPropertySet class |
MapiContactPersonalInfoPropertySet(MapiPropertyCollection properties) | Initializes a new instance of the MapiContactPersonalInfoPropertySet class |
Methods
Method | Description |
---|---|
equals(Object arg0) | |
getAccount() | Specifies the account name of the contact |
getBusinessHomePage() | Specifies the contact’s business web page URL |
getChildren() | Contains a list of names of children. |
getClass() | |
getComputerNetworkName() | Specifies the name of the network to which the contact’s computer is connected |
getCustomerId() | Specifies the contact’s customer ID number |
getFreeBusyLocation() | Specifies a URL path from which a client can retrieve free/busy information for the contact as an iCal file |
getFtpSite() | Specifies the contact’s File Transfer Protocol (FTP) URL |
getGender() | Specifies the gender of the contact |
getGovernmentIdNumber() | Specifies the contact’s government ID number |
getHobbies() | Specifies the hobbies of the contact |
getHtml() | Specifies the contact’s business web page URL |
getInstantMessagingAddress() | Specifies the contact’s instant messaging address |
getLanguage() | Specifies the language that the contact uses |
getLocation() | Specifies the location of the contact |
getNotes() | Specifies the additional notes |
getOrganizationalIdNumber() | Specifies an organizational ID number for the contact |
getPersonalHomePage() | Specifies the contact’s personal web page URL |
getReferredByName() | Specifies the name of the person who referred this contact to the user |
getSpouseName() | Specifies the name of the contact’s spouse/partner |
hashCode() | |
notify() | |
notifyAll() | |
setAccount(String value) | Specifies the account name of the contact |
setBusinessHomePage(String value) | Specifies the contact’s business web page URL |
setChildren(String[] value) | Contains a list of names of children. |
setComputerNetworkName(String value) | Specifies the name of the network to which the contact’s computer is connected |
setCustomerId(String value) | Specifies the contact’s customer ID number |
setFreeBusyLocation(String value) | Specifies a URL path from which a client can retrieve free/busy information for the contact as an iCal file |
setFtpSite(String value) | Specifies the contact’s File Transfer Protocol (FTP) URL |
setGender(int value) | Specifies the gender of the contact |
setGovernmentIdNumber(String value) | Specifies the contact’s government ID number |
setHobbies(String value) | Specifies the hobbies of the contact |
setHtml(String value) | Specifies the contact’s business web page URL |
setInstantMessagingAddress(String value) | Specifies the contact’s instant messaging address |
setLanguage(String value) | Specifies the language that the contact uses |
setLocation(String value) | Specifies the location of the contact |
setNotes(String value) | Specifies the additional notes |
setOrganizationalIdNumber(String value) | Specifies an organizational ID number for the contact |
setPersonalHomePage(String value) | Specifies the contact’s personal web page URL |
setReferredByName(String value) | Specifies the name of the person who referred this contact to the user |
setSpouseName(String value) | Specifies the name of the contact’s spouse/partner |
toString() | |
wait() | |
wait(long arg0) | |
wait(long arg0, int arg1) |
MapiContactPersonalInfoPropertySet()
public MapiContactPersonalInfoPropertySet()
Initializes a new instance of the MapiContactPersonalInfoPropertySet class
MapiContactPersonalInfoPropertySet(MapiPropertyCollection properties)
public MapiContactPersonalInfoPropertySet(MapiPropertyCollection properties)
Initializes a new instance of the MapiContactPersonalInfoPropertySet class
Parameters:
Parameter | Type | Description |
---|---|---|
properties | MapiPropertyCollection | A MapiPropertyCollection containing contact personal properties |
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | java.lang.Object |
Returns: boolean
getAccount()
public final String getAccount()
Specifies the account name of the contact
Returns: java.lang.String
getBusinessHomePage()
public final String getBusinessHomePage()
Specifies the contact’s business web page URL
Returns: java.lang.String
getChildren()
public final String[] getChildren()
Contains a list of names of children.
Returns: java.lang.String[]
getClass()
public final native Class<?> getClass()
Returns: java.lang.Class
getComputerNetworkName()
public final String getComputerNetworkName()
Specifies the name of the network to which the contact’s computer is connected
Returns: java.lang.String
getCustomerId()
public final String getCustomerId()
Specifies the contact’s customer ID number
Returns: java.lang.String
getFreeBusyLocation()
public final String getFreeBusyLocation()
Specifies a URL path from which a client can retrieve free/busy information for the contact as an iCal file
Returns: java.lang.String
getFtpSite()
public final String getFtpSite()
Specifies the contact’s File Transfer Protocol (FTP) URL
Returns: java.lang.String
getGender()
public final int getGender()
Specifies the gender of the contact
Returns: int
getGovernmentIdNumber()
public final String getGovernmentIdNumber()
Specifies the contact’s government ID number
Returns: java.lang.String
getHobbies()
public final String getHobbies()
Specifies the hobbies of the contact
Returns: java.lang.String
getHtml()
public final String getHtml()
Specifies the contact’s business web page URL
Returns: java.lang.String
getInstantMessagingAddress()
public final String getInstantMessagingAddress()
Specifies the contact’s instant messaging address
Returns: java.lang.String
getLanguage()
public final String getLanguage()
Specifies the language that the contact uses
Returns: java.lang.String
getLocation()
public final String getLocation()
Specifies the location of the contact
Returns: java.lang.String
getNotes()
public final String getNotes()
Specifies the additional notes
Returns: java.lang.String
getOrganizationalIdNumber()
public final String getOrganizationalIdNumber()
Specifies an organizational ID number for the contact
Returns: java.lang.String
getPersonalHomePage()
public final String getPersonalHomePage()
Specifies the contact’s personal web page URL
Returns: java.lang.String
getReferredByName()
public final String getReferredByName()
Specifies the name of the person who referred this contact to the user
Returns: java.lang.String
getSpouseName()
public final String getSpouseName()
Specifies the name of the contact’s spouse/partner
Returns: java.lang.String
hashCode()
public native int hashCode()
Returns: int
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
setAccount(String value)
public final void setAccount(String value)
Specifies the account name of the contact
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.lang.String |
setBusinessHomePage(String value)
public final void setBusinessHomePage(String value)
Specifies the contact’s business web page URL
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.lang.String |
setChildren(String[] value)
public final void setChildren(String[] value)
Contains a list of names of children.
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.lang.String[] |
setComputerNetworkName(String value)
public final void setComputerNetworkName(String value)
Specifies the name of the network to which the contact’s computer is connected
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.lang.String |
setCustomerId(String value)
public final void setCustomerId(String value)
Specifies the contact’s customer ID number
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.lang.String |
setFreeBusyLocation(String value)
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
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.lang.String |
setFtpSite(String value)
public final void setFtpSite(String value)
Specifies the contact’s File Transfer Protocol (FTP) URL
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.lang.String |
setGender(int value)
public final void setGender(int value)
Specifies the gender of the contact
Parameters:
Parameter | Type | Description |
---|---|---|
value | int |
setGovernmentIdNumber(String value)
public final void setGovernmentIdNumber(String value)
Specifies the contact’s government ID number
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.lang.String |
setHobbies(String value)
public final void setHobbies(String value)
Specifies the hobbies of the contact
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.lang.String |
setHtml(String value)
public final void setHtml(String value)
Specifies the contact’s business web page URL
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.lang.String |
setInstantMessagingAddress(String value)
public final void setInstantMessagingAddress(String value)
Specifies the contact’s instant messaging address
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.lang.String |
setLanguage(String value)
public final void setLanguage(String value)
Specifies the language that the contact uses
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.lang.String |
setLocation(String value)
public final void setLocation(String value)
Specifies the location of the contact
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.lang.String |
setNotes(String value)
public final void setNotes(String value)
Specifies the additional notes
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.lang.String |
setOrganizationalIdNumber(String value)
public final void setOrganizationalIdNumber(String value)
Specifies an organizational ID number for the contact
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.lang.String |
setPersonalHomePage(String value)
public final void setPersonalHomePage(String value)
Specifies the contact’s personal web page URL
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.lang.String |
setReferredByName(String value)
public final void setReferredByName(String value)
Specifies the name of the person who referred this contact to the user
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.lang.String |
setSpouseName(String value)
public final void setSpouseName(String value)
Specifies the name of the contact’s spouse/partner
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.lang.String |
toString()
public String toString()
Returns: java.lang.String
wait()
public final void wait()
wait(long arg0)
public final native void wait(long arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long | |
arg1 | int |