Package | Description |
---|---|
com.aspose.email.cloud.sdk.model |
Modifier and Type | Method and Description |
---|---|
MapiAttachmentDto |
MapiAttachmentDto.dataBase64(String dataBase64)
Set dataBase64 and return this.
|
MapiAttachmentDto |
MapiAttachmentDto.name(String name)
Set name and return this.
|
Modifier and Type | Method and Description |
---|---|
List<MapiAttachmentDto> |
MapiCalendarExceptionInfoDto.getAttachments()
Attachments in the recurrence exception.
|
List<MapiAttachmentDto> |
MapiMessageItemBaseDto.getAttachments()
Message item attachments.
|
Modifier and Type | Method and Description |
---|---|
MapiCalendarExceptionInfoDto |
MapiCalendarExceptionInfoDto.addAttachmentsItem(MapiAttachmentDto attachmentsItem)
Add an item to attachments and return this.
|
MapiMessageItemBaseDto |
MapiMessageItemBaseDto.addAttachmentsItem(MapiAttachmentDto attachmentsItem)
Add an item to attachments and return this.
|
Modifier and Type | Method and Description |
---|---|
MapiCalendarExceptionInfoDto |
MapiCalendarExceptionInfoDto.attachments(List<MapiAttachmentDto> attachments)
Set attachments and return this.
|
MapiMessageItemBaseDto |
MapiMessageItemBaseDto.attachments(List<MapiAttachmentDto> attachments)
Set attachments and return this.
|
void |
MapiCalendarExceptionInfoDto.setAttachments(List<MapiAttachmentDto> attachments)
Set attachments.
|
void |
MapiMessageItemBaseDto.setAttachments(List<MapiAttachmentDto> attachments)
Set attachments.
|
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
|
MapiCalendarExceptionInfoDto(List<MapiAttachmentDto> attachments,
String body,
String busyStatus,
Date endDateTime,
Boolean hasAttachment,
String location,
String meetingType,
Date originalStartDate,
List<String> overrideFlags,
Integer reminderDelta,
Boolean reminderSet,
Date startDateTime,
String subject,
Integer subType)
Initializes a new instance of the MapiCalendarExceptionInfoDto
|
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
|
MapiMessageDto(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,
String messageBody,
Date clientSubmitTime,
String conversationTopic,
Date deliveryTime,
String displayBcc,
String displayCc,
String displayName,
String displayNamePrefix,
String displayTo,
List<String> flags,
Map<String,String> headers,
String internetMessageId,
String messageFormat,
String normalizedSubject,
Boolean readReceiptRequested,
String replyTo,
String senderAddressType,
String senderEmailAddress,
String senderName,
String senderSmtpAddress,
String sentRepresentingAddressType,
String sentRepresentingEmailAddress,
String sentRepresentingName,
String sentRepresentingSmtpAddress,
String transportMessageHeaders)
Initializes a new instance of the MapiMessageDto
|
MapiMessageItemBaseDto(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)
Initializes a new instance of the MapiMessageItemBaseDto
|
Copyright © 2020. All rights reserved.