MapiContactTelephonePropertySet

Inheritance: java.lang.Object, com.aspose.email.MapiContactPropertySet

public final class MapiContactTelephonePropertySet extends MapiContactPropertySet

Specify optional telephone numbers for the contact

Constructors

ConstructorDescription
MapiContactTelephonePropertySet()Initializes a new instance of the MapiContactTelephonePropertySet class
MapiContactTelephonePropertySet(String primaryTelephoneNumber)Initializes a new instance of the MapiContactTelephonePropertySet class.
MapiContactTelephonePropertySet(MapiPropertyCollection properties)Initializes a new instance of the MapiContactTelephonePropertySet class

Methods

MethodDescription
equals(Object arg0)
getAssistantTelephoneNumber()Gets or sets the telephone number of the contact’s assistant
getBusiness2TelephoneNumber()Gets or sets the second business telephone number
getBusinessTelephoneNumber()Gets or sets the business telephone number
getCallbackTelephoneNumber()Gets or sets the callback telephone number
getCarTelephoneNumber()Gets or sets the car telephone number
getClass()
getCompanyMainTelephoneNumber()Gets or sets the company phone number
getDefaultTelephoneNumber()Default value of electronic address Uses when user does not set any electronic address if UseAutocomplete property is set ’true'
getHome2TelephoneNumber()Gets or sets a second home telephone number
getHomeTelephoneNumber()Gets or sets the home telephone number
getIsdnNumber()Gets or sets the integrated services digital network (ISDN) number
getMobileTelephoneNumber()Gets or sets the mobile telephone number
getOtherTelephoneNumber()Gets or sets an alternate telephone number
getPagerTelephoneNumber()Gets or sets a pager telephone number
getPrimaryTelephoneNumber()Gets or sets the primary telephone number
getRadioTelephoneNumber()Gets or sets the radio telephone number
getTelexNumber()Gets or sets the telex number
getTtyTddPhoneNumber()Gets or sets the telephone number for the contact’s text telephone (TTY) or telecommunication device for the deaf (TDD)
getUseAutocomplete()Indicates that one electronic address is completed automatically in case if user does not set any electronic address
hashCode()
isEmpty()Shows if MapiContactTelephonePropertySet is empty
notify()
notifyAll()
setAssistantTelephoneNumber(String value)Gets or sets the telephone number of the contact’s assistant
setBusiness2TelephoneNumber(String value)Gets or sets the second business telephone number
setBusinessTelephoneNumber(String value)Gets or sets the business telephone number
setCallbackTelephoneNumber(String value)Gets or sets the callback telephone number
setCarTelephoneNumber(String value)Gets or sets the car telephone number
setCompanyMainTelephoneNumber(String value)Gets or sets the company phone number
setDefaultTelephoneNumber(String value)Default value of electronic address Uses when user does not set any electronic address if UseAutocomplete property is set ’true'
setHome2TelephoneNumber(String value)Gets or sets a second home telephone number
setHomeTelephoneNumber(String value)Gets or sets the home telephone number
setIsdnNumber(String value)Gets or sets the integrated services digital network (ISDN) number
setMobileTelephoneNumber(String value)Gets or sets the mobile telephone number
setOtherTelephoneNumber(String value)Gets or sets an alternate telephone number
setPagerTelephoneNumber(String value)Gets or sets a pager telephone number
setPrimaryTelephoneNumber(String value)Gets or sets the primary telephone number
setRadioTelephoneNumber(String value)Gets or sets the radio telephone number
setTelexNumber(String value)Gets or sets the telex number
setTtyTddPhoneNumber(String value)Gets or sets the telephone number for the contact’s text telephone (TTY) or telecommunication device for the deaf (TDD)
setUseAutocomplete(boolean value)Indicates that one electronic address is completed automatically in case if user does not set any electronic address
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

MapiContactTelephonePropertySet()

public MapiContactTelephonePropertySet()

Initializes a new instance of the MapiContactTelephonePropertySet class

MapiContactTelephonePropertySet(String primaryTelephoneNumber)

public MapiContactTelephonePropertySet(String primaryTelephoneNumber)

Initializes a new instance of the MapiContactTelephonePropertySet class.

Parameters:

ParameterTypeDescription
primaryTelephoneNumberjava.lang.StringThe primary telephone number.

MapiContactTelephonePropertySet(MapiPropertyCollection properties)

public MapiContactTelephonePropertySet(MapiPropertyCollection properties)

Initializes a new instance of the MapiContactTelephonePropertySet class

Parameters:

ParameterTypeDescription
propertiesMapiPropertyCollectionA MapiPropertyCollection containing contact telephone properties

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

ParameterTypeDescription
arg0java.lang.Object

Returns: boolean

getAssistantTelephoneNumber()

public final String getAssistantTelephoneNumber()

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

Returns: java.lang.String

getBusiness2TelephoneNumber()

public final String getBusiness2TelephoneNumber()

Gets or sets the second business telephone number

Returns: java.lang.String

getBusinessTelephoneNumber()

public final String getBusinessTelephoneNumber()

Gets or sets the business telephone number

Returns: java.lang.String

getCallbackTelephoneNumber()

public final String getCallbackTelephoneNumber()

Gets or sets the callback telephone number

Returns: java.lang.String

getCarTelephoneNumber()

public final String getCarTelephoneNumber()

Gets or sets the car telephone number

Returns: java.lang.String

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

getCompanyMainTelephoneNumber()

public final String getCompanyMainTelephoneNumber()

Gets or sets the company phone number

Returns: java.lang.String

getDefaultTelephoneNumber()

public final String getDefaultTelephoneNumber()

Default value of electronic address Uses when user does not set any electronic address if UseAutocomplete property is set ’true'

Returns: java.lang.String

getHome2TelephoneNumber()

public final String getHome2TelephoneNumber()

Gets or sets a second home telephone number

Returns: java.lang.String

getHomeTelephoneNumber()

public final String getHomeTelephoneNumber()

Gets or sets the home telephone number

Returns: java.lang.String

getIsdnNumber()

public final String getIsdnNumber()

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

Returns: java.lang.String

getMobileTelephoneNumber()

public final String getMobileTelephoneNumber()

Gets or sets the mobile telephone number

Returns: java.lang.String

getOtherTelephoneNumber()

public final String getOtherTelephoneNumber()

Gets or sets an alternate telephone number

Returns: java.lang.String

getPagerTelephoneNumber()

public final String getPagerTelephoneNumber()

Gets or sets a pager telephone number

Returns: java.lang.String

getPrimaryTelephoneNumber()

public final String getPrimaryTelephoneNumber()

Gets or sets the primary telephone number

Returns: java.lang.String

getRadioTelephoneNumber()

public final String getRadioTelephoneNumber()

Gets or sets the radio telephone number

Returns: java.lang.String

getTelexNumber()

public final String getTelexNumber()

Gets or sets the telex number

Returns: java.lang.String

getTtyTddPhoneNumber()

public final String getTtyTddPhoneNumber()

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

Returns: java.lang.String

getUseAutocomplete()

public final boolean getUseAutocomplete()

Indicates that one electronic address is completed automatically in case if user does not set any electronic address

Returns: boolean

hashCode()

public native int hashCode()

Returns: int

isEmpty()

public final boolean isEmpty()

Shows if MapiContactTelephonePropertySet is empty

Returns: boolean

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

setAssistantTelephoneNumber(String value)

public final void setAssistantTelephoneNumber(String value)

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

Parameters:

ParameterTypeDescription
valuejava.lang.String

setBusiness2TelephoneNumber(String value)

public final void setBusiness2TelephoneNumber(String value)

Gets or sets the second business telephone number

Parameters:

ParameterTypeDescription
valuejava.lang.String

setBusinessTelephoneNumber(String value)

public final void setBusinessTelephoneNumber(String value)

Gets or sets the business telephone number

Parameters:

ParameterTypeDescription
valuejava.lang.String

setCallbackTelephoneNumber(String value)

public final void setCallbackTelephoneNumber(String value)

Gets or sets the callback telephone number

Parameters:

ParameterTypeDescription
valuejava.lang.String

setCarTelephoneNumber(String value)

public final void setCarTelephoneNumber(String value)

Gets or sets the car telephone number

Parameters:

ParameterTypeDescription
valuejava.lang.String

setCompanyMainTelephoneNumber(String value)

public final void setCompanyMainTelephoneNumber(String value)

Gets or sets the company phone number

Parameters:

ParameterTypeDescription
valuejava.lang.String

setDefaultTelephoneNumber(String value)

public final void setDefaultTelephoneNumber(String value)

Default value of electronic address Uses when user does not set any electronic address if UseAutocomplete property is set ’true'

Parameters:

ParameterTypeDescription
valuejava.lang.String

setHome2TelephoneNumber(String value)

public final void setHome2TelephoneNumber(String value)

Gets or sets a second home telephone number

Parameters:

ParameterTypeDescription
valuejava.lang.String

setHomeTelephoneNumber(String value)

public final void setHomeTelephoneNumber(String value)

Gets or sets the home telephone number

Parameters:

ParameterTypeDescription
valuejava.lang.String

setIsdnNumber(String value)

public final void setIsdnNumber(String value)

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

Parameters:

ParameterTypeDescription
valuejava.lang.String

setMobileTelephoneNumber(String value)

public final void setMobileTelephoneNumber(String value)

Gets or sets the mobile telephone number

Parameters:

ParameterTypeDescription
valuejava.lang.String

setOtherTelephoneNumber(String value)

public final void setOtherTelephoneNumber(String value)

Gets or sets an alternate telephone number

Parameters:

ParameterTypeDescription
valuejava.lang.String

setPagerTelephoneNumber(String value)

public final void setPagerTelephoneNumber(String value)

Gets or sets a pager telephone number

Parameters:

ParameterTypeDescription
valuejava.lang.String

setPrimaryTelephoneNumber(String value)

public final void setPrimaryTelephoneNumber(String value)

Gets or sets the primary telephone number

Parameters:

ParameterTypeDescription
valuejava.lang.String

setRadioTelephoneNumber(String value)

public final void setRadioTelephoneNumber(String value)

Gets or sets the radio telephone number

Parameters:

ParameterTypeDescription
valuejava.lang.String

setTelexNumber(String value)

public final void setTelexNumber(String value)

Gets or sets the telex number

Parameters:

ParameterTypeDescription
valuejava.lang.String

setTtyTddPhoneNumber(String value)

public final void setTtyTddPhoneNumber(String value)

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

Parameters:

ParameterTypeDescription
valuejava.lang.String

setUseAutocomplete(boolean value)

public final void setUseAutocomplete(boolean value)

Indicates that one electronic address is completed automatically in case if user does not set any electronic address

Parameters:

ParameterTypeDescription
valueboolean

toString()

public String toString()

Returns: java.lang.String

wait()

public final void wait()

wait(long arg0)

public final native void wait(long arg0)

Parameters:

ParameterTypeDescription
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

ParameterTypeDescription
arg0long
arg1int