Package | Description |
---|---|
com.aspose.email.cloud.sdk.model |
Modifier and Type | Method and Description |
---|---|
MapiElectronicAddressDto |
MapiElectronicAddressDto.addressType(String addressType)
Set addressType and return this.
|
MapiElectronicAddressDto |
MapiElectronicAddressDto.displayName(String displayName)
Set displayName and return this.
|
MapiElectronicAddressDto |
MapiElectronicAddressDto.emailAddress(String emailAddress)
Set emailAddress and return this.
|
MapiElectronicAddressDto |
MapiElectronicAddressDto.faxNumber(String faxNumber)
Set faxNumber and return this.
|
MapiElectronicAddressDto |
MapiCalendarDto.getOrganizer()
Organizer
|
MapiElectronicAddressDto |
MapiElectronicAddressDto.originalDisplayName(String originalDisplayName)
Set originalDisplayName and return this.
|
Modifier and Type | Method and Description |
---|---|
MapiCalendarDto |
MapiCalendarDto.organizer(MapiElectronicAddressDto organizer)
Set organizer and return this.
|
void |
MapiCalendarDto.setOrganizer(MapiElectronicAddressDto organizer)
Set organizer.
|
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.