Package | Description |
---|---|
com.aspose.email.cloud.sdk.model |
Modifier and Type | Method and Description |
---|---|
MailAddress |
MailAddress.address(String address)
Set address and return this.
|
MailAddress |
MailAddressBuilder.build()
Build MailAddress instance.
|
MailAddress |
MailAddress.displayName(String displayName)
Set displayName and return this.
|
MailAddress |
EmailDto.getFrom()
From address.
|
MailAddress |
CalendarDto.getOrganizer()
Event organizer.
|
MailAddress |
EmailDto.getReversePath()
ReversePath address.
|
MailAddress |
EmailDto.getSender()
Sender address.
|
MailAddress |
MailAddress.originalAddressString(String originalAddressString)
Set originalAddressString and return this.
|
MailAddress |
MailAddress.participationStatus(String participationStatus)
Set participationStatus and return this.
|
Modifier and Type | Method and Description |
---|---|
List<MailAddress> |
CalendarDto.getAttendees()
Event attendees.
|
List<MailAddress> |
EmailDto.getBcc()
BCC recipients.
|
List<MailAddress> |
EmailDto.getCc()
CC recipients.
|
List<MailAddress> |
CalendarDto.getOptionalAttendees()
Optional attendees.
|
List<MailAddress> |
EmailDto.getReadReceiptTo()
Read receipt addresses.
|
List<MailAddress> |
EmailDto.getReplyToList()
The list of addresses to reply to for the mail message.
|
List<MailAddress> |
EmailDto.getTo()
The address collection that contains the recipients of message.
|
Modifier and Type | Method and Description |
---|---|
CalendarDto |
CalendarDto.addAttendeesItem(MailAddress attendeesItem)
Add an item to attendees 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.
|
CalendarDto |
CalendarDto.addOptionalAttendeesItem(MailAddress optionalAttendeesItem)
Add an item to optionalAttendees 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.
|
EmailDtoBuilder |
EmailDtoBuilder.from(MailAddress from)
Set EmailDto.from and return builder.
|
EmailDto |
EmailDto.from(MailAddress from)
Set from and return this.
|
CalendarDto |
CalendarDto.organizer(MailAddress organizer)
Set organizer and return this.
|
CalendarDtoBuilder |
CalendarDtoBuilder.organizer(MailAddress organizer)
Set CalendarDto.organizer and return builder.
|
EmailDtoBuilder |
EmailDtoBuilder.reversePath(MailAddress reversePath)
Set EmailDto.reversePath and return builder.
|
EmailDto |
EmailDto.reversePath(MailAddress reversePath)
Set reversePath and return this.
|
EmailDtoBuilder |
EmailDtoBuilder.sender(MailAddress sender)
Set EmailDto.sender and return builder.
|
EmailDto |
EmailDto.sender(MailAddress sender)
Set sender and return this.
|
void |
EmailDto.setFrom(MailAddress from)
Set from.
|
void |
CalendarDto.setOrganizer(MailAddress organizer)
Set organizer.
|
void |
EmailDto.setReversePath(MailAddress reversePath)
Set reversePath.
|
void |
EmailDto.setSender(MailAddress sender)
Set sender.
|
Modifier and Type | Method and Description |
---|---|
CalendarDto |
CalendarDto.attendees(List<MailAddress> attendees)
Set attendees and return this.
|
CalendarDtoBuilder |
CalendarDtoBuilder.attendees(List<MailAddress> attendees)
Set CalendarDto.attendees and return builder.
|
EmailDtoBuilder |
EmailDtoBuilder.bcc(List<MailAddress> bcc)
Set EmailDto.bcc and return builder.
|
EmailDto |
EmailDto.bcc(List<MailAddress> bcc)
Set bcc and return this.
|
EmailDtoBuilder |
EmailDtoBuilder.cc(List<MailAddress> cc)
Set EmailDto.cc and return builder.
|
EmailDto |
EmailDto.cc(List<MailAddress> cc)
Set cc and return this.
|
CalendarDto |
CalendarDto.optionalAttendees(List<MailAddress> optionalAttendees)
Set optionalAttendees and return this.
|
CalendarDtoBuilder |
CalendarDtoBuilder.optionalAttendees(List<MailAddress> optionalAttendees)
Set CalendarDto.optionalAttendees and return builder.
|
EmailDtoBuilder |
EmailDtoBuilder.readReceiptTo(List<MailAddress> readReceiptTo)
Set EmailDto.readReceiptTo and return builder.
|
EmailDto |
EmailDto.readReceiptTo(List<MailAddress> readReceiptTo)
Set readReceiptTo and return this.
|
EmailDtoBuilder |
EmailDtoBuilder.replyToList(List<MailAddress> replyToList)
Set EmailDto.replyToList and return builder.
|
EmailDto |
EmailDto.replyToList(List<MailAddress> replyToList)
Set replyToList and return this.
|
void |
CalendarDto.setAttendees(List<MailAddress> attendees)
Set attendees.
|
void |
EmailDto.setBcc(List<MailAddress> bcc)
Set bcc.
|
void |
EmailDto.setCc(List<MailAddress> cc)
Set cc.
|
void |
CalendarDto.setOptionalAttendees(List<MailAddress> optionalAttendees)
Set optionalAttendees.
|
void |
EmailDto.setReadReceiptTo(List<MailAddress> readReceiptTo)
Set readReceiptTo.
|
void |
EmailDto.setReplyToList(List<MailAddress> replyToList)
Set replyToList.
|
void |
EmailDto.setTo(List<MailAddress> to)
Set to.
|
EmailDtoBuilder |
EmailDtoBuilder.to(List<MailAddress> to)
Set EmailDto.to and return builder.
|
EmailDto |
EmailDto.to(List<MailAddress> to)
Set to and return this.
|
Constructor and Description |
---|
CalendarDto(List<Attachment> attachments,
List<MailAddress> attendees,
String description,
Date endDate,
String endTimeZone,
List<String> flags,
Boolean isDescriptionHtml,
String location,
String method,
String microsoftBusyStatus,
String microsoftIntendedStatus,
List<MailAddress> optionalAttendees,
MailAddress organizer,
String recurrenceString,
RecurrencePatternDto recurrence,
List<CalendarReminder> reminders,
String sequenceId,
Date startDate,
String startTimeZone,
String status,
String summary,
String transparency)
Initializes a new instance of the CalendarDto
|
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
|
MailAddressBuilder(MailAddress model) |
Constructor and Description |
---|
CalendarDto(List<Attachment> attachments,
List<MailAddress> attendees,
String description,
Date endDate,
String endTimeZone,
List<String> flags,
Boolean isDescriptionHtml,
String location,
String method,
String microsoftBusyStatus,
String microsoftIntendedStatus,
List<MailAddress> optionalAttendees,
MailAddress organizer,
String recurrenceString,
RecurrencePatternDto recurrence,
List<CalendarReminder> reminders,
String sequenceId,
Date startDate,
String startTimeZone,
String status,
String summary,
String transparency)
Initializes a new instance of the CalendarDto
|
CalendarDto(List<Attachment> attachments,
List<MailAddress> attendees,
String description,
Date endDate,
String endTimeZone,
List<String> flags,
Boolean isDescriptionHtml,
String location,
String method,
String microsoftBusyStatus,
String microsoftIntendedStatus,
List<MailAddress> optionalAttendees,
MailAddress organizer,
String recurrenceString,
RecurrencePatternDto recurrence,
List<CalendarReminder> reminders,
String sequenceId,
Date startDate,
String startTimeZone,
String status,
String summary,
String transparency)
Initializes a new instance of the CalendarDto
|
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
|
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
|
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
|
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
|
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.