Package | Description |
---|---|
com.aspose.email.cloud.sdk.api | |
com.aspose.email.cloud.sdk.model | |
com.aspose.email.cloud.sdk.model.requests |
Modifier and Type | Method and Description |
---|---|
MapiCalendarDto |
EmailApi.convertCalendarModelToMapiModel(ConvertCalendarModelToMapiModelRequestData request)
Converts CalendarDto to MapiCalendarDto.
|
MapiCalendarDto |
EmailApi.getCalendarFileAsMapiModel(GetCalendarFileAsMapiModelRequestData request)
Converts calendar file to a MAPI model representation
|
MapiCalendarDto |
EmailApi.getMapiCalendarModel(GetMapiCalendarModelRequestData request)
Get MAPI calendar document.
|
Modifier and Type | Method and Description |
---|---|
MapiCalendarDto |
MapiCalendarDto.addClientIntentItem(String clientIntentItem)
Add an item to clientIntent and return this.
|
MapiCalendarDto |
MapiCalendarDto.appointmentCounterProposal(Boolean appointmentCounterProposal)
Set appointmentCounterProposal and return this.
|
MapiCalendarDto |
MapiCalendarDto.attendees(MapiCalendarAttendeesDto attendees)
Set attendees and return this.
|
MapiCalendarDto |
MapiCalendarDto.busyStatus(String busyStatus)
Set busyStatus and return this.
|
MapiCalendarDto |
MapiCalendarDto.clientIntent(List<String> clientIntent)
Set clientIntent and return this.
|
MapiCalendarDto |
MapiCalendarDto.endDate(Date endDate)
Set endDate and return this.
|
MapiCalendarDto |
MapiCalendarDto.endDateTimeZone(MapiCalendarTimeZoneDto endDateTimeZone)
Set endDateTimeZone and return this.
|
MapiCalendarDto |
StorageModelRqOfMapiCalendarDto.getValue()
Get value
|
MapiCalendarDto |
MapiCalendarDto.isAllDay(Boolean isAllDay)
Set isAllDay and return this.
|
MapiCalendarDto |
MapiCalendarDto.keyWords(String keyWords)
Set keyWords and return this.
|
MapiCalendarDto |
MapiCalendarDto.location(String location)
Set location and return this.
|
MapiCalendarDto |
MapiCalendarDto.organizer(MapiElectronicAddressDto organizer)
Set organizer and return this.
|
MapiCalendarDto |
MapiCalendarDto.recurrence(MapiCalendarEventRecurrenceDto recurrence)
Set recurrence and return this.
|
MapiCalendarDto |
MapiCalendarDto.reminderDelta(Integer reminderDelta)
Set reminderDelta and return this.
|
MapiCalendarDto |
MapiCalendarDto.reminderFileParameter(String reminderFileParameter)
Set reminderFileParameter and return this.
|
MapiCalendarDto |
MapiCalendarDto.reminderSet(Boolean reminderSet)
Set reminderSet and return this.
|
MapiCalendarDto |
MapiCalendarDto.sequence(Integer sequence)
Set sequence and return this.
|
MapiCalendarDto |
MapiCalendarDto.startDate(Date startDate)
Set startDate and return this.
|
MapiCalendarDto |
MapiCalendarDto.startDateTimeZone(MapiCalendarTimeZoneDto startDateTimeZone)
Set startDateTimeZone and return this.
|
MapiCalendarDto |
MapiCalendarDto.uid(String uid)
Set uid and return this.
|
Modifier and Type | Method and Description |
---|---|
void |
StorageModelRqOfMapiCalendarDto.setValue(MapiCalendarDto value)
Set value.
|
StorageModelRqOfMapiCalendarDto |
StorageModelRqOfMapiCalendarDto.value(MapiCalendarDto value)
Set value and return this.
|
Constructor and Description |
---|
StorageModelRqOfMapiCalendarDto(MapiCalendarDto value,
StorageFolderLocation storageFolder)
Initializes a new instance of the StorageModelRqOfMapiCalendarDto
|
Modifier and Type | Field and Description |
---|---|
MapiCalendarDto |
ConvertMapiCalendarModelToCalendarModelRequestData.mapiCalendarDto
MAPI calendar model to convert
|
MapiCalendarDto |
ConvertMapiCalendarModelToFileRequestData.mapiCalendarDto
MAPI calendar model to convert
|
Constructor and Description |
---|
ConvertMapiCalendarModelToCalendarModelRequestData(MapiCalendarDto mapiCalendarDto)
Initializes a new instance of the ConvertMapiCalendarModelToCalendarModelRequestData class.
|
ConvertMapiCalendarModelToFileRequestData(String destinationFormat,
MapiCalendarDto mapiCalendarDto)
Initializes a new instance of the ConvertMapiCalendarModelToFileRequestData class.
|
Copyright © 2020. All rights reserved.