Package | Description |
---|---|
com.aspose.email.cloud.sdk.model |
Modifier and Type | Method and Description |
---|---|
MapiContactOtherPropertySetDto |
MapiContactOtherPropertySetDto._private(Boolean _private)
Set _private and return this.
|
MapiContactOtherPropertySetDto |
MapiContactDto.getOtherFields()
Specify other fields of contact.
|
MapiContactOtherPropertySetDto |
MapiContactOtherPropertySetDto.journal(Boolean journal)
Set journal and return this.
|
MapiContactOtherPropertySetDto |
MapiContactOtherPropertySetDto.reminderTime(Date reminderTime)
Set reminderTime and return this.
|
MapiContactOtherPropertySetDto |
MapiContactOtherPropertySetDto.reminderTopic(String reminderTopic)
Set reminderTopic and return this.
|
MapiContactOtherPropertySetDto |
MapiContactOtherPropertySetDto.userField1(String userField1)
Set userField1 and return this.
|
MapiContactOtherPropertySetDto |
MapiContactOtherPropertySetDto.userField2(String userField2)
Set userField2 and return this.
|
MapiContactOtherPropertySetDto |
MapiContactOtherPropertySetDto.userField3(String userField3)
Set userField3 and return this.
|
MapiContactOtherPropertySetDto |
MapiContactOtherPropertySetDto.userField4(String userField4)
Set userField4 and return this.
|
Modifier and Type | Method and Description |
---|---|
MapiContactDto |
MapiContactDto.otherFields(MapiContactOtherPropertySetDto otherFields)
Set otherFields and return this.
|
void |
MapiContactDto.setOtherFields(MapiContactOtherPropertySetDto otherFields)
Set otherFields.
|
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.