Package | Description |
---|---|
com.aspose.email.cloud.sdk.model |
Modifier and Type | Method and Description |
---|---|
MapiCalendarAttendeesDto |
MapiCalendarAttendeesDto.addAppointmentRecipientsItem(MapiRecipientDto appointmentRecipientsItem)
Add an item to appointmentRecipients and return this.
|
MapiCalendarAttendeesDto |
MapiCalendarAttendeesDto.addAppointmentUnsendableRecipientsItem(MapiRecipientDto appointmentUnsendableRecipientsItem)
Add an item to appointmentUnsendableRecipients and return this.
|
MapiCalendarAttendeesDto |
MapiCalendarAttendeesDto.appointmentRecipients(List<MapiRecipientDto> appointmentRecipients)
Set appointmentRecipients and return this.
|
MapiCalendarAttendeesDto |
MapiCalendarAttendeesDto.appointmentUnsendableRecipients(List<MapiRecipientDto> appointmentUnsendableRecipients)
Set appointmentUnsendableRecipients and return this.
|
MapiCalendarAttendeesDto |
MapiCalendarDto.getAttendees()
Attendees
|
MapiCalendarAttendeesDto |
MapiCalendarAttendeesDto.notAllowPropose(Boolean notAllowPropose)
Set notAllowPropose and return this.
|
MapiCalendarAttendeesDto |
MapiCalendarAttendeesDto.responseRequested(Boolean responseRequested)
Set responseRequested and return this.
|
Modifier and Type | Method and Description |
---|---|
MapiCalendarDto |
MapiCalendarDto.attendees(MapiCalendarAttendeesDto attendees)
Set attendees and return this.
|
void |
MapiCalendarDto.setAttendees(MapiCalendarAttendeesDto attendees)
Set attendees.
|
Constructor and Description |
---|
MapiCalendarDto(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,
Boolean appointmentCounterProposal,
MapiCalendarAttendeesDto attendees,
String busyStatus,
List<String> clientIntent,
Date endDate,
MapiCalendarTimeZoneDto endDateTimeZone,
Boolean isAllDay,
String keyWords,
String location,
MapiCalendarEventRecurrenceDto recurrence,
Integer reminderDelta,
String reminderFileParameter,
Boolean reminderSet,
Integer sequence,
Date startDate,
MapiCalendarTimeZoneDto startDateTimeZone,
String uid,
MapiElectronicAddressDto organizer)
Initializes a new instance of the MapiCalendarDto
|
Copyright © 2020. All rights reserved.