Package | Description |
---|---|
com.aspose.email.cloud.sdk.model |
Modifier and Type | Method and Description |
---|---|
MapiContactTelephonePropertySetDto |
MapiContactTelephonePropertySetDto.assistantTelephoneNumber(String assistantTelephoneNumber)
Set assistantTelephoneNumber and return this.
|
MapiContactTelephonePropertySetDto |
MapiContactTelephonePropertySetDto.business2TelephoneNumber(String business2TelephoneNumber)
Set business2TelephoneNumber and return this.
|
MapiContactTelephonePropertySetDto |
MapiContactTelephonePropertySetDto.businessTelephoneNumber(String businessTelephoneNumber)
Set businessTelephoneNumber and return this.
|
MapiContactTelephonePropertySetDto |
MapiContactTelephonePropertySetDto.callbackTelephoneNumber(String callbackTelephoneNumber)
Set callbackTelephoneNumber and return this.
|
MapiContactTelephonePropertySetDto |
MapiContactTelephonePropertySetDto.carTelephoneNumber(String carTelephoneNumber)
Set carTelephoneNumber and return this.
|
MapiContactTelephonePropertySetDto |
MapiContactTelephonePropertySetDto.companyMainTelephoneNumber(String companyMainTelephoneNumber)
Set companyMainTelephoneNumber and return this.
|
MapiContactTelephonePropertySetDto |
MapiContactTelephonePropertySetDto.defaultTelephoneNumber(String defaultTelephoneNumber)
Set defaultTelephoneNumber and return this.
|
MapiContactTelephonePropertySetDto |
MapiContactDto.getTelephones()
Specify telephone numbers for the contact.
|
MapiContactTelephonePropertySetDto |
MapiContactTelephonePropertySetDto.home2TelephoneNumber(String home2TelephoneNumber)
Set home2TelephoneNumber and return this.
|
MapiContactTelephonePropertySetDto |
MapiContactTelephonePropertySetDto.homeTelephoneNumber(String homeTelephoneNumber)
Set homeTelephoneNumber and return this.
|
MapiContactTelephonePropertySetDto |
MapiContactTelephonePropertySetDto.isdnNumber(String isdnNumber)
Set isdnNumber and return this.
|
MapiContactTelephonePropertySetDto |
MapiContactTelephonePropertySetDto.isEmpty(Boolean isEmpty)
Set isEmpty and return this.
|
MapiContactTelephonePropertySetDto |
MapiContactTelephonePropertySetDto.mobileTelephoneNumber(String mobileTelephoneNumber)
Set mobileTelephoneNumber and return this.
|
MapiContactTelephonePropertySetDto |
MapiContactTelephonePropertySetDto.otherTelephoneNumber(String otherTelephoneNumber)
Set otherTelephoneNumber and return this.
|
MapiContactTelephonePropertySetDto |
MapiContactTelephonePropertySetDto.pagerTelephoneNumber(String pagerTelephoneNumber)
Set pagerTelephoneNumber and return this.
|
MapiContactTelephonePropertySetDto |
MapiContactTelephonePropertySetDto.primaryTelephoneNumber(String primaryTelephoneNumber)
Set primaryTelephoneNumber and return this.
|
MapiContactTelephonePropertySetDto |
MapiContactTelephonePropertySetDto.radioTelephoneNumber(String radioTelephoneNumber)
Set radioTelephoneNumber and return this.
|
MapiContactTelephonePropertySetDto |
MapiContactTelephonePropertySetDto.telexNumber(String telexNumber)
Set telexNumber and return this.
|
MapiContactTelephonePropertySetDto |
MapiContactTelephonePropertySetDto.ttyTddPhoneNumber(String ttyTddPhoneNumber)
Set ttyTddPhoneNumber and return this.
|
MapiContactTelephonePropertySetDto |
MapiContactTelephonePropertySetDto.useAutocomplete(Boolean useAutocomplete)
Set useAutocomplete and return this.
|
Modifier and Type | Method and Description |
---|---|
void |
MapiContactDto.setTelephones(MapiContactTelephonePropertySetDto telephones)
Set telephones.
|
MapiContactDto |
MapiContactDto.telephones(MapiContactTelephonePropertySetDto telephones)
Set telephones and return this.
|
Constructor and Description |
---|
MapiContactDto(List<MapiAttachmentDto> attachments,
String billing,
String body,
String bodyHtml,
String bodyRtf,
String bodyType,
List<String> categories,
List<String> companies,
String itemId,
String messageClass,
String mileage,
List<MapiRecipientDto> recipients,
String sensitivity,
String subject,
String subjectPrefix,
List<MapiPropertyDto> properties,
String discriminator,
MapiContactElectronicAddressPropertySetDto electronicAddresses,
MapiContactEventPropertySetDto events,
MapiContactNamePropertySetDto nameInfo,
MapiContactOtherPropertySetDto otherFields,
MapiContactPersonalInfoPropertySetDto personalInfo,
MapiContactPhotoDto photo,
MapiContactPhysicalAddressPropertySetDto physicalAddresses,
MapiContactProfessionalPropertySetDto professionalInfo,
MapiContactTelephonePropertySetDto telephones)
Initializes a new instance of the MapiContactDto
|
Copyright © 2020. All rights reserved.