com.aspose.email
Class MapiContactTelephonePropertySet

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

public final class MapiContactTelephonePropertySet
extends Object

Specify optional telephone numbers for the contact


Constructor Summary
MapiContactTelephonePropertySet()
           Initializes a new instance of the MapiContactTelephonePropertySet class
MapiContactTelephonePropertySet(MapiPropertyCollection properties)
           Initializes a new instance of the MapiContactTelephonePropertySet class
 
Method Summary
 String getAssistantTelephoneNumber()
           Gets or sets the telephone number of the contact's assistant
 String getBusiness2TelephoneNumber()
           Gets or sets the second business telephone number
 String getBusinessTelephoneNumber()
           Gets or sets the business telephone number
 String getCallbackTelephoneNumber()
           Gets or sets the callback telephone number
 String getCarTelephoneNumber()
           Gets or sets the car telephone number
 String getCompanyMainTelephoneNumber()
           Gets or sets the company phone number
 String getHome2TelephoneNumber()
           Gets or sets a second home telephone number
 String getHomeTelephoneNumber()
           Gets or sets the home telephone number
 String getIsdnNumber()
           Gets or sets the integrated services digital network (ISDN) number
 String getMobileTelephoneNumber()
           Gets or sets the mobile telephone number
 String getOtherTelephoneNumber()
           Gets or sets an alternate telephone number
 String getPagerTelephoneNumber()
           Gets or sets a pager telephone number
 String getPrimaryTelephoneNumber()
           Gets or sets the primary telephone number
 String getRadioTelephoneNumber()
           Gets or sets the radio telephone number
 String getTelexNumber()
           Gets or sets the telex number
 String getTtyTddPhoneNumber()
           Gets or sets the telephone number for the contact's text telephone (TTY) or telecommunication device for the deaf (TDD)
 void setAssistantTelephoneNumber(String value)
           
 void setBusiness2TelephoneNumber(String value)
           
 void setBusinessTelephoneNumber(String value)
           
 void setCallbackTelephoneNumber(String value)
           
 void setCarTelephoneNumber(String value)
           
 void setCompanyMainTelephoneNumber(String value)
           
 void setHome2TelephoneNumber(String value)
           
 void setHomeTelephoneNumber(String value)
           
 void setIsdnNumber(String value)
           
 void setMobileTelephoneNumber(String value)
           
 void setOtherTelephoneNumber(String value)
           
 void setPagerTelephoneNumber(String value)
           
 void setPrimaryTelephoneNumber(String value)
           
 void setRadioTelephoneNumber(String value)
           
 void setTelexNumber(String value)
           
 void setTtyTddPhoneNumber(String value)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MapiContactTelephonePropertySet

public MapiContactTelephonePropertySet()

Initializes a new instance of the MapiContactTelephonePropertySet class


MapiContactTelephonePropertySet

public MapiContactTelephonePropertySet(MapiPropertyCollection properties)

Initializes a new instance of the MapiContactTelephonePropertySet class

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

getCallbackTelephoneNumber

public String getCallbackTelephoneNumber()

Gets or sets the callback telephone number


setCallbackTelephoneNumber

public void setCallbackTelephoneNumber(String value)

getBusinessTelephoneNumber

public String getBusinessTelephoneNumber()

Gets or sets the business telephone number


setBusinessTelephoneNumber

public void setBusinessTelephoneNumber(String value)

getHomeTelephoneNumber

public String getHomeTelephoneNumber()

Gets or sets the home telephone number


setHomeTelephoneNumber

public void setHomeTelephoneNumber(String value)

getPrimaryTelephoneNumber

public String getPrimaryTelephoneNumber()

Gets or sets the primary telephone number


setPrimaryTelephoneNumber

public void setPrimaryTelephoneNumber(String value)

getBusiness2TelephoneNumber

public String getBusiness2TelephoneNumber()

Gets or sets the second business telephone number


setBusiness2TelephoneNumber

public void setBusiness2TelephoneNumber(String value)

getMobileTelephoneNumber

public String getMobileTelephoneNumber()

Gets or sets the mobile telephone number


setMobileTelephoneNumber

public void setMobileTelephoneNumber(String value)

getRadioTelephoneNumber

public String getRadioTelephoneNumber()

Gets or sets the radio telephone number


setRadioTelephoneNumber

public void setRadioTelephoneNumber(String value)

getCarTelephoneNumber

public String getCarTelephoneNumber()

Gets or sets the car telephone number


setCarTelephoneNumber

public void setCarTelephoneNumber(String value)

getOtherTelephoneNumber

public String getOtherTelephoneNumber()

Gets or sets an alternate telephone number


setOtherTelephoneNumber

public void setOtherTelephoneNumber(String value)

getAssistantTelephoneNumber

public String getAssistantTelephoneNumber()

Gets or sets the telephone number of the contact's assistant


setAssistantTelephoneNumber

public void setAssistantTelephoneNumber(String value)

getHome2TelephoneNumber

public String getHome2TelephoneNumber()

Gets or sets a second home telephone number


setHome2TelephoneNumber

public void setHome2TelephoneNumber(String value)

getTtyTddPhoneNumber

public String getTtyTddPhoneNumber()

Gets or sets the telephone number for the contact's text telephone (TTY) or telecommunication device for the deaf (TDD)


setTtyTddPhoneNumber

public void setTtyTddPhoneNumber(String value)

getCompanyMainTelephoneNumber

public String getCompanyMainTelephoneNumber()

Gets or sets the company phone number


setCompanyMainTelephoneNumber

public void setCompanyMainTelephoneNumber(String value)

getTelexNumber

public String getTelexNumber()

Gets or sets the telex number


setTelexNumber

public void setTelexNumber(String value)

getIsdnNumber

public String getIsdnNumber()

Gets or sets the integrated services digital network (ISDN) number


setIsdnNumber

public void setIsdnNumber(String value)

getPagerTelephoneNumber

public String getPagerTelephoneNumber()

Gets or sets a pager telephone number


setPagerTelephoneNumber

public void setPagerTelephoneNumber(String value)


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