com.aspose.email
Class MapiContactPersonalInfoPropertySet

java.lang.Object
  extended by com.aspose.email.MapiContactPersonalInfoPropertySet

public final class MapiContactPersonalInfoPropertySet
extends Object

Specify other additional contact information


Constructor Summary
MapiContactPersonalInfoPropertySet()
           Initializes a new instance of the MapiContactPersonalInfoPropertySet class
MapiContactPersonalInfoPropertySet(MapiPropertyCollection properties)
           Initializes a new instance of the MapiContactPersonalInfoPropertySet class
 
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
 

Constructor Detail

MapiContactPersonalInfoPropertySet

public MapiContactPersonalInfoPropertySet()

Initializes a new instance of the MapiContactPersonalInfoPropertySet class


MapiContactPersonalInfoPropertySet

public MapiContactPersonalInfoPropertySet(MapiPropertyCollection properties)

Initializes a new instance of the MapiContactPersonalInfoPropertySet class

Parameters:
properties - A MapiPropertyCollection containing contact personal properties
Method Detail

getSpouseName

public String getSpouseName()

Specifies the name of the contact's spouse/partner


setSpouseName

public void setSpouseName(String value)

getPersonalHomePage

public String getPersonalHomePage()

Specifies the contact's personal web page URL


setPersonalHomePage

public void setPersonalHomePage(String value)

getLanguage

public String getLanguage()

Specifies the language that the contact uses


setLanguage

public void setLanguage(String value)

getNotes

public String getNotes()

Specifies the additional notes


setNotes

public void setNotes(String value)

getHobbies

public String getHobbies()

Specifies the hobbies of the contact


setHobbies

public void setHobbies(String value)

getLocation

public String getLocation()

Specifies the location of the contact


setLocation

public void setLocation(String value)

getInstantMessagingAddress

public String getInstantMessagingAddress()

Specifies the contact's instant messaging address


setInstantMessagingAddress

public void setInstantMessagingAddress(String value)

getOrganizationalIdNumber

public String getOrganizationalIdNumber()

Specifies an organizational ID number for the contact


setOrganizationalIdNumber

public void setOrganizationalIdNumber(String value)

getCustomerId

public String getCustomerId()

Specifies the contact's customer ID number


setCustomerId

public void setCustomerId(String value)

getGovernmentIdNumber

public String getGovernmentIdNumber()

Specifies the contact's government ID number


setGovernmentIdNumber

public void setGovernmentIdNumber(String value)

getFreeBusyLocation

public String getFreeBusyLocation()

Specifies a URL path from which a client can retrieve free/busy information for the contact as an iCal file


setFreeBusyLocation

public void setFreeBusyLocation(String value)

getAccount

public String getAccount()

Specifies the account name of the contact


setAccount

public void setAccount(String value)

getHtml

public String getHtml()

Specifies the contact's business web page URL


setHtml

public void setHtml(String value)

getBusinessHomePage

public String getBusinessHomePage()

Specifies the contact's business web page URL


setBusinessHomePage

public void setBusinessHomePage(String value)

getFtpSite

public String getFtpSite()

Specifies the contact's File Transfer Protocol (FTP) URL


setFtpSite

public void setFtpSite(String value)

getComputerNetworkName

public String getComputerNetworkName()

Specifies the name of the network to which the contact's computer is connected


setComputerNetworkName

public void setComputerNetworkName(String value)

getGender

public int getGender()

Specifies the gender of the contact


setGender

public void setGender(int value)

getReferredByName

public String getReferredByName()

Specifies the name of the person who referred this contact to the user


setReferredByName

public void setReferredByName(String value)


Copyright (c) 2002-2012 Aspose Pty Ltd. All Rights Reserved.