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 |
MapiContactOtherPropertySetDtoBuilder.build()
Build MapiContactOtherPropertySetDto instance.
|
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.
|
MapiContactDtoBuilder |
MapiContactDtoBuilder.otherFields(MapiContactOtherPropertySetDto otherFields)
Set MapiContactDto.otherFields and return builder.
|
void |
MapiContactDto.setOtherFields(MapiContactOtherPropertySetDto otherFields)
Set otherFields.
|
Copyright © 2020. All rights reserved.