Package | Description |
---|---|
com.aspose.email.cloud.sdk.model |
Modifier and Type | Method and Description |
---|---|
MapiContactEventPropertySetDto |
MapiContactEventPropertySetDto.birthday(Date birthday)
Set birthday and return this.
|
MapiContactEventPropertySetDto |
MapiContactDto.getEvents()
Specify events associated with a contact.
|
MapiContactEventPropertySetDto |
MapiContactEventPropertySetDto.weddingAnniversary(Date weddingAnniversary)
Set weddingAnniversary and return this.
|
Modifier and Type | Method and Description |
---|---|
MapiContactDto |
MapiContactDto.events(MapiContactEventPropertySetDto events)
Set events and return this.
|
void |
MapiContactDto.setEvents(MapiContactEventPropertySetDto events)
Set events.
|
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.