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 |
---|---|
EmailDto |
EmailApi.fetchEmailModel(FetchEmailModelRequestData request)
Fetch message model from email account
|
EmailDto |
EmailApi.getEmailFileAsModel(GetEmailFileAsModelRequestData request)
Converts email document to a model representation
|
EmailDto |
EmailApi.getEmailModel(GetEmailModelRequestData request)
Get email document.
|
Modifier and Type | Method and Description |
---|---|
EmailDto |
EmailDto.addAlternateViewsItem(AlternateView alternateViewsItem)
Add an item to alternateViews and return this.
|
EmailDto |
EmailDto.addAttachmentsItem(Attachment attachmentsItem)
Add an item to attachments and return this.
|
EmailDto |
EmailDto.addBccItem(MailAddress bccItem)
Add an item to bcc and return this.
|
EmailDto |
EmailDto.addCcItem(MailAddress ccItem)
Add an item to cc and return this.
|
EmailDto |
EmailDto.addDeliveryNotificationOptionsItem(String deliveryNotificationOptionsItem)
Add an item to deliveryNotificationOptions and return this.
|
EmailDto |
EmailDto.addLinkedResourcesItem(LinkedResource linkedResourcesItem)
Add an item to linkedResources and return this.
|
EmailDto |
EmailDto.addReadReceiptToItem(MailAddress readReceiptToItem)
Add an item to readReceiptTo and return this.
|
EmailDto |
EmailDto.addReplyToListItem(MailAddress replyToListItem)
Add an item to replyToList and return this.
|
EmailDto |
EmailDto.addToItem(MailAddress toItem)
Add an item to to and return this.
|
EmailDto |
EmailDto.alternateViews(List<AlternateView> alternateViews)
Set alternateViews and return this.
|
EmailDto |
EmailDto.attachments(List<Attachment> attachments)
Set attachments and return this.
|
EmailDto |
EmailDto.bcc(List<MailAddress> bcc)
Set bcc and return this.
|
EmailDto |
EmailDto.body(String body)
Set body and return this.
|
EmailDto |
EmailDto.bodyEncoding(String bodyEncoding)
Set bodyEncoding and return this.
|
EmailDto |
EmailDto.bodyType(String bodyType)
Set bodyType and return this.
|
EmailDto |
EmailDto.cc(List<MailAddress> cc)
Set cc and return this.
|
EmailDto |
EmailDto.date(Date date)
Set date and return this.
|
EmailDto |
EmailDto.deliveryNotificationOptions(List<String> deliveryNotificationOptions)
Set deliveryNotificationOptions and return this.
|
EmailDto |
EmailDto.from(MailAddress from)
Set from and return this.
|
EmailDto |
StorageModelOfEmailDto.getValue()
Get value
|
EmailDto |
StorageModelRqOfEmailDto.getValue()
Get value
|
EmailDto |
EmailDto.headers(Map<String,String> headers)
Set headers and return this.
|
EmailDto |
EmailDto.htmlBody(String htmlBody)
Set htmlBody and return this.
|
EmailDto |
EmailDto.htmlBodyText(String htmlBodyText)
Set htmlBodyText and return this.
|
EmailDto |
EmailDto.isBodyHtml(Boolean isBodyHtml)
Set isBodyHtml and return this.
|
EmailDto |
EmailDto.isDraft(Boolean isDraft)
Set isDraft and return this.
|
EmailDto |
EmailDto.isEncrypted(Boolean isEncrypted)
Set isEncrypted and return this.
|
EmailDto |
EmailDto.isSigned(Boolean isSigned)
Set isSigned and return this.
|
EmailDto |
EmailDto.linkedResources(List<LinkedResource> linkedResources)
Set linkedResources and return this.
|
EmailDto |
EmailDto.messageId(String messageId)
Set messageId and return this.
|
EmailDto |
EmailDto.originalIsTnef(Boolean originalIsTnef)
Set originalIsTnef and return this.
|
EmailDto |
EmailDto.preferredTextEncoding(String preferredTextEncoding)
Set preferredTextEncoding and return this.
|
EmailDto |
EmailDto.priority(String priority)
Set priority and return this.
|
EmailDto |
EmailDto.putHeadersItem(String key,
String headersItem)
Add an item to headers and return this.
|
EmailDto |
EmailDto.readReceiptTo(List<MailAddress> readReceiptTo)
Set readReceiptTo and return this.
|
EmailDto |
EmailDto.replyToList(List<MailAddress> replyToList)
Set replyToList and return this.
|
EmailDto |
EmailDto.reversePath(MailAddress reversePath)
Set reversePath and return this.
|
EmailDto |
EmailDto.sender(MailAddress sender)
Set sender and return this.
|
EmailDto |
EmailDto.sensitivity(String sensitivity)
Set sensitivity and return this.
|
EmailDto |
EmailDto.subject(String subject)
Set subject and return this.
|
EmailDto |
EmailDto.subjectEncoding(String subjectEncoding)
Set subjectEncoding and return this.
|
EmailDto |
EmailDto.timeZoneOffset(Long timeZoneOffset)
Set timeZoneOffset and return this.
|
EmailDto |
EmailDto.to(List<MailAddress> to)
Set to and return this.
|
EmailDto |
EmailDto.xMailer(String xMailer)
Set xMailer and return this.
|
Modifier and Type | Method and Description |
---|---|
List<EmailDto> |
EmailThread.getMessages()
List of messages in thread
|
List<EmailDto> |
ListResponseOfEmailDto.getValue()
Get value
|
Modifier and Type | Method and Description |
---|---|
EmailThread |
EmailThread.addMessagesItem(EmailDto messagesItem)
Add an item to messages and return this.
|
ListResponseOfEmailDto |
ListResponseOfEmailDto.addValueItem(EmailDto valueItem)
Add an item to value and return this.
|
void |
StorageModelOfEmailDto.setValue(EmailDto value)
Set value.
|
void |
StorageModelRqOfEmailDto.setValue(EmailDto value)
Set value.
|
StorageModelOfEmailDto |
StorageModelOfEmailDto.value(EmailDto value)
Set value and return this.
|
StorageModelRqOfEmailDto |
StorageModelRqOfEmailDto.value(EmailDto value)
Set value and return this.
|
Modifier and Type | Method and Description |
---|---|
EmailThread |
EmailThread.messages(List<EmailDto> messages)
Set messages and return this.
|
void |
EmailThread.setMessages(List<EmailDto> messages)
Set messages.
|
void |
ListResponseOfEmailDto.setValue(List<EmailDto> value)
Set value.
|
ListResponseOfEmailDto |
ListResponseOfEmailDto.value(List<EmailDto> value)
Set value and return this.
|
Constructor and Description |
---|
StorageModelOfEmailDto(StorageFileLocation storageFile,
EmailDto value)
Initializes a new instance of the StorageModelOfEmailDto
|
StorageModelRqOfEmailDto(EmailDto value,
StorageFolderLocation storageFolder)
Initializes a new instance of the StorageModelRqOfEmailDto
|
Constructor and Description |
---|
EmailThread(String id,
String subject,
List<EmailDto> messages,
String folder)
Initializes a new instance of the EmailThread
|
ListResponseOfEmailDto(List<EmailDto> value)
Initializes a new instance of the ListResponseOfEmailDto
|
Modifier and Type | Field and Description |
---|---|
EmailDto |
ConvertEmailModelToFileRequestData.emailDto
Email model to convert
|
Constructor and Description |
---|
ConvertEmailModelToFileRequestData(String destinationFormat,
EmailDto emailDto)
Initializes a new instance of the ConvertEmailModelToFileRequestData class.
|
Copyright © 2020. All rights reserved.