Package | Description |
---|---|
com.aspose.email.cloud.sdk.model |
Modifier and Type | Method and Description |
---|---|
MapiCalendarTimeZoneDto |
MapiCalendarTimeZoneDto.addTimeZoneRulesItem(MapiCalendarTimeZoneInfoDto timeZoneRulesItem)
Add an item to timeZoneRules and return this.
|
MapiCalendarTimeZoneDto |
MapiCalendarTimeZoneDtoBuilder.build()
Build MapiCalendarTimeZoneDto instance.
|
MapiCalendarTimeZoneDto |
MapiCalendarEventRecurrenceDto.getAppointmentTimeZoneDefinitionRecur()
Time zone information that describes how to convert the meeting date and time on a recurring series to and from UTC.
|
MapiCalendarTimeZoneDto |
MapiCalendarDto.getEndDateTimeZone()
Time zone information that indicates the time zone of the EndDate property.
|
MapiCalendarTimeZoneDto |
MapiCalendarDto.getStartDateTimeZone()
Time zone information that indicates the time zone of the StartDate property.
|
MapiCalendarTimeZoneDto |
MapiCalendarEventRecurrenceDto.getTimeZoneStruct()
Time zone information for a recurring meeting.
|
MapiCalendarTimeZoneDto |
MapiCalendarTimeZoneDto.keyName(String keyName)
Set keyName and return this.
|
MapiCalendarTimeZoneDto |
MapiCalendarTimeZoneDto.timeZoneRules(List<MapiCalendarTimeZoneInfoDto> timeZoneRules)
Set timeZoneRules and return this.
|
Modifier and Type | Method and Description |
---|---|
MapiCalendarEventRecurrenceDto |
MapiCalendarEventRecurrenceDto.appointmentTimeZoneDefinitionRecur(MapiCalendarTimeZoneDto appointmentTimeZoneDefinitionRecur)
Set appointmentTimeZoneDefinitionRecur and return this.
|
MapiCalendarEventRecurrenceDtoBuilder |
MapiCalendarEventRecurrenceDtoBuilder.appointmentTimeZoneDefinitionRecur(MapiCalendarTimeZoneDto appointmentTimeZoneDefinitionRecur)
Set MapiCalendarEventRecurrenceDto.appointmentTimeZoneDefinitionRecur and return builder.
|
MapiCalendarDtoBuilder |
MapiCalendarDtoBuilder.endDateTimeZone(MapiCalendarTimeZoneDto endDateTimeZone)
Set MapiCalendarDto.endDateTimeZone and return builder.
|
MapiCalendarDto |
MapiCalendarDto.endDateTimeZone(MapiCalendarTimeZoneDto endDateTimeZone)
Set endDateTimeZone and return this.
|
void |
MapiCalendarEventRecurrenceDto.setAppointmentTimeZoneDefinitionRecur(MapiCalendarTimeZoneDto appointmentTimeZoneDefinitionRecur)
Set appointmentTimeZoneDefinitionRecur.
|
void |
MapiCalendarDto.setEndDateTimeZone(MapiCalendarTimeZoneDto endDateTimeZone)
Set endDateTimeZone.
|
void |
MapiCalendarDto.setStartDateTimeZone(MapiCalendarTimeZoneDto startDateTimeZone)
Set startDateTimeZone.
|
void |
MapiCalendarEventRecurrenceDto.setTimeZoneStruct(MapiCalendarTimeZoneDto timeZoneStruct)
Set timeZoneStruct.
|
MapiCalendarDtoBuilder |
MapiCalendarDtoBuilder.startDateTimeZone(MapiCalendarTimeZoneDto startDateTimeZone)
Set MapiCalendarDto.startDateTimeZone and return builder.
|
MapiCalendarDto |
MapiCalendarDto.startDateTimeZone(MapiCalendarTimeZoneDto startDateTimeZone)
Set startDateTimeZone and return this.
|
MapiCalendarEventRecurrenceDto |
MapiCalendarEventRecurrenceDto.timeZoneStruct(MapiCalendarTimeZoneDto timeZoneStruct)
Set timeZoneStruct and return this.
|
MapiCalendarEventRecurrenceDtoBuilder |
MapiCalendarEventRecurrenceDtoBuilder.timeZoneStruct(MapiCalendarTimeZoneDto timeZoneStruct)
Set MapiCalendarEventRecurrenceDto.timeZoneStruct and return builder.
|
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,
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
|
MapiCalendarEventRecurrenceDto(MapiCalendarTimeZoneDto appointmentTimeZoneDefinitionRecur,
Date clipEnd,
Date clipStart,
Boolean isException,
MapiCalendarRecurrencePatternDto recurrencePattern,
MapiCalendarTimeZoneDto timeZoneStruct)
Initializes a new instance of the MapiCalendarEventRecurrenceDto
|
MapiCalendarTimeZoneDtoBuilder(MapiCalendarTimeZoneDto model) |
Copyright © 2020. All rights reserved.