Package | Description |
---|---|
com.aspose.email.cloud.sdk.api | |
com.aspose.email.cloud.sdk.model |
Modifier and Type | Method and Description |
---|---|
AlternateView |
CalendarApi.asAlternate(CalendarAsAlternateRequest request)
Convert iCalendar to AlternateView
|
AlternateView |
CalendarApi.getAsAlternate(CalendarGetAsAlternateRequest request)
Get iCalendar from storage as AlternateView
|
Modifier and Type | Method and Description |
---|---|
AlternateView |
AlternateView.addLinkedResourcesItem(LinkedResource linkedResourcesItem)
Add an item to linkedResources and return this.
|
AlternateView |
AlternateView.baseUri(String baseUri)
Set baseUri and return this.
|
AlternateView |
AlternateViewBuilder.build()
Build AlternateView instance.
|
AlternateView |
AlternateView.linkedResources(List<LinkedResource> linkedResources)
Set linkedResources and return this.
|
Modifier and Type | Method and Description |
---|---|
List<AlternateView> |
EmailDto.getAlternateViews()
Collection of alternate views of message.
|
Modifier and Type | Method and Description |
---|---|
EmailDto |
EmailDto.addAlternateViewsItem(AlternateView alternateViewsItem)
Add an item to alternateViews and return this.
|
Modifier and Type | Method and Description |
---|---|
EmailDtoBuilder |
EmailDtoBuilder.alternateViews(List<AlternateView> alternateViews)
Set EmailDto.alternateViews and return builder.
|
EmailDto |
EmailDto.alternateViews(List<AlternateView> alternateViews)
Set alternateViews and return this.
|
void |
EmailDto.setAlternateViews(List<AlternateView> alternateViews)
Set alternateViews.
|
Constructor and Description |
---|
AlternateViewBuilder(AlternateView model) |
Constructor and Description |
---|
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.