Package | Description |
---|---|
com.aspose.email.cloud.sdk.model |
Modifier and Type | Method and Description |
---|---|
LinkedResource |
LinkedResource.contentLink(String contentLink)
Set contentLink and return this.
|
Modifier and Type | Method and Description |
---|---|
List<LinkedResource> |
AlternateView.getLinkedResources()
Embedded resources referred to by this alternate view.
|
List<LinkedResource> |
EmailDto.getLinkedResources()
Linked resources of message.
|
Modifier and Type | Method and Description |
---|---|
AlternateView |
AlternateView.addLinkedResourcesItem(LinkedResource linkedResourcesItem)
Add an item to linkedResources and return this.
|
EmailDto |
EmailDto.addLinkedResourcesItem(LinkedResource linkedResourcesItem)
Add an item to linkedResources and return this.
|
Modifier and Type | Method and Description |
---|---|
AlternateView |
AlternateView.linkedResources(List<LinkedResource> linkedResources)
Set linkedResources and return this.
|
EmailDto |
EmailDto.linkedResources(List<LinkedResource> linkedResources)
Set linkedResources and return this.
|
void |
AlternateView.setLinkedResources(List<LinkedResource> linkedResources)
Set linkedResources.
|
void |
EmailDto.setLinkedResources(List<LinkedResource> linkedResources)
Set linkedResources.
|
Constructor and Description |
---|
AlternateView(String base64Data,
String contentId,
ContentType contentType,
Map<String,String> headers,
String baseUri,
List<LinkedResource> linkedResources)
Initializes a new instance of the AlternateView
|
EmailDto(List<AlternateView> alternateViews,
List<Attachment> attachments,
List<MailAddress> bcc,
String body,
String bodyEncoding,
String bodyType,
List<MailAddress> cc,
Date date,
List<String> deliveryNotificationOptions,
MailAddress from,
Map<String,String> headers,
String htmlBody,
String htmlBodyText,
Boolean isBodyHtml,
Boolean isDraft,
Boolean isEncrypted,
Boolean isSigned,
List<LinkedResource> linkedResources,
String messageId,
Boolean originalIsTnef,
String preferredTextEncoding,
String priority,
List<MailAddress> readReceiptTo,
List<MailAddress> replyToList,
MailAddress reversePath,
MailAddress sender,
String sensitivity,
String subject,
String subjectEncoding,
Long timeZoneOffset,
List<MailAddress> to,
String xMailer)
Initializes a new instance of the EmailDto
|
Copyright © 2020. All rights reserved.