public final class MapiContactTelephonePropertySet extends Object
Specify optional telephone numbers for the contact
Constructor and Description |
---|
MapiContactTelephonePropertySet()
Initializes a new instance of the
MapiContactTelephonePropertySet class |
MapiContactTelephonePropertySet(MapiPropertyCollection properties)
Initializes a new instance of the
MapiContactTelephonePropertySet class |
MapiContactTelephonePropertySet(String primaryTelephoneNumber)
Initializes a new instance of the
MapiContactTelephonePropertySet class. |
Modifier and Type | Method and Description |
---|---|
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 |
getDefaultTelephoneNumber()
Default value of electronic address
Uses when user does not set any electronic address if UseAutocomplete property is set 'true'
|
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)
|
boolean |
getUseAutocomplete()
Indicates that one electronic address is completed automatically in case if user does not set any electronic address
|
boolean |
isEmpty()
Shows if MapiContactTelephonePropertySet is empty
|
void |
setAssistantTelephoneNumber(String value)
Gets or sets the telephone number
of the contact's assistant
|
void |
setBusiness2TelephoneNumber(String value)
Gets or sets the second business telephone number
|
void |
setBusinessTelephoneNumber(String value)
Gets or sets the business telephone number
|
void |
setCallbackTelephoneNumber(String value)
Gets or sets the callback telephone number
|
void |
setCarTelephoneNumber(String value)
Gets or sets the car telephone number
|
void |
setCompanyMainTelephoneNumber(String value)
Gets or sets the company phone number
|
void |
setDefaultTelephoneNumber(String value)
Default value of electronic address
Uses when user does not set any electronic address if UseAutocomplete property is set 'true'
|
void |
setHome2TelephoneNumber(String value)
Gets or sets a second home telephone number
|
void |
setHomeTelephoneNumber(String value)
Gets or sets the home telephone number
|
void |
setIsdnNumber(String value)
Gets or sets the integrated services
digital network (ISDN) number
|
void |
setMobileTelephoneNumber(String value)
Gets or sets the mobile telephone number
|
void |
setOtherTelephoneNumber(String value)
Gets or sets an alternate telephone number
|
void |
setPagerTelephoneNumber(String value)
Gets or sets a pager telephone number
|
void |
setPrimaryTelephoneNumber(String value)
Gets or sets the primary telephone number
|
void |
setRadioTelephoneNumber(String value)
Gets or sets the radio telephone number
|
void |
setTelexNumber(String value)
Gets or sets the telex number
|
void |
setTtyTddPhoneNumber(String value)
Gets or sets the telephone number
for the contact's text telephone (TTY)
or telecommunication device for the deaf (TDD)
|
void |
setUseAutocomplete(boolean value)
Indicates that one electronic address is completed automatically in case if user does not set any electronic address
|
public MapiContactTelephonePropertySet()
Initializes a new instance of the MapiContactTelephonePropertySet
class
public MapiContactTelephonePropertySet(String primaryTelephoneNumber)
Initializes a new instance of the MapiContactTelephonePropertySet
class.
primaryTelephoneNumber
- The primary telephone number.public MapiContactTelephonePropertySet(MapiPropertyCollection properties)
Initializes a new instance of the MapiContactTelephonePropertySet
class
properties
- A MapiPropertyCollection
containing contact telephone propertiespublic boolean isEmpty()
Shows if MapiContactTelephonePropertySet is empty
public String getDefaultTelephoneNumber()
Default value of electronic address Uses when user does not set any electronic address if UseAutocomplete property is set 'true'
String
object.public void setDefaultTelephoneNumber(String value)
Default value of electronic address Uses when user does not set any electronic address if UseAutocomplete property is set 'true'
value
- a String
object.public boolean getUseAutocomplete()
Indicates that one electronic address is completed automatically in case if user does not set any electronic address
public void setUseAutocomplete(boolean value)
Indicates that one electronic address is completed automatically in case if user does not set any electronic address
value
- a boolean.public String getCallbackTelephoneNumber()
Gets or sets the callback telephone number
String
object.public void setCallbackTelephoneNumber(String value)
Gets or sets the callback telephone number
value
- a String
object.public String getBusinessTelephoneNumber()
Gets or sets the business telephone number
String
object.public void setBusinessTelephoneNumber(String value)
Gets or sets the business telephone number
value
- a String
object.public String getHomeTelephoneNumber()
Gets or sets the home telephone number
String
object.public void setHomeTelephoneNumber(String value)
Gets or sets the home telephone number
value
- a String
object.public String getPrimaryTelephoneNumber()
Gets or sets the primary telephone number
String
object.public void setPrimaryTelephoneNumber(String value)
Gets or sets the primary telephone number
value
- a String
object.public String getBusiness2TelephoneNumber()
Gets or sets the second business telephone number
String
object.public void setBusiness2TelephoneNumber(String value)
Gets or sets the second business telephone number
value
- a String
object.public String getMobileTelephoneNumber()
Gets or sets the mobile telephone number
String
object.public void setMobileTelephoneNumber(String value)
Gets or sets the mobile telephone number
value
- a String
object.public String getRadioTelephoneNumber()
Gets or sets the radio telephone number
String
object.public void setRadioTelephoneNumber(String value)
Gets or sets the radio telephone number
value
- a String
object.public String getCarTelephoneNumber()
Gets or sets the car telephone number
String
object.public void setCarTelephoneNumber(String value)
Gets or sets the car telephone number
value
- a String
object.public String getOtherTelephoneNumber()
Gets or sets an alternate telephone number
String
object.public void setOtherTelephoneNumber(String value)
Gets or sets an alternate telephone number
value
- a String
object.public String getAssistantTelephoneNumber()
Gets or sets the telephone number of the contact's assistant
String
object.public void setAssistantTelephoneNumber(String value)
Gets or sets the telephone number of the contact's assistant
value
- a String
object.public String getHome2TelephoneNumber()
Gets or sets a second home telephone number
String
object.public void setHome2TelephoneNumber(String value)
Gets or sets a second home telephone number
value
- a String
object.public String getTtyTddPhoneNumber()
Gets or sets the telephone number for the contact's text telephone (TTY) or telecommunication device for the deaf (TDD)
String
object.public void setTtyTddPhoneNumber(String value)
Gets or sets the telephone number for the contact's text telephone (TTY) or telecommunication device for the deaf (TDD)
value
- a String
object.public String getCompanyMainTelephoneNumber()
Gets or sets the company phone number
String
object.public void setCompanyMainTelephoneNumber(String value)
Gets or sets the company phone number
value
- a String
object.public String getTelexNumber()
Gets or sets the telex number
String
object.public void setTelexNumber(String value)
Gets or sets the telex number
value
- a String
object.public String getIsdnNumber()
Gets or sets the integrated services digital network (ISDN) number
String
object.public void setIsdnNumber(String value)
Gets or sets the integrated services digital network (ISDN) number
value
- a String
object.public String getPagerTelephoneNumber()
Gets or sets a pager telephone number
String
object.Copyright (c) 2008-2016 Aspose Pty Ltd. All Rights Reserved.