Package | Description |
---|---|
com.aspose.email.cloud.sdk.model |
Modifier and Type | Method and Description |
---|---|
Attachment |
Attachment.contentDisposition(String contentDisposition)
Set contentDisposition and return this.
|
Attachment |
Attachment.isEmbeddedMessage(Boolean isEmbeddedMessage)
Set isEmbeddedMessage and return this.
|
Attachment |
Attachment.name(String name)
Set name and return this.
|
Attachment |
Attachment.nameEncoding(String nameEncoding)
Set nameEncoding and return this.
|
Attachment |
Attachment.preferredTextEncoding(String preferredTextEncoding)
Set preferredTextEncoding and return this.
|
Modifier and Type | Method and Description |
---|---|
List<Attachment> |
EmailDto.getAttachments()
Email message attachments.
|
List<Attachment> |
CalendarDto.getAttachments()
Document attachments.
|
List<Attachment> |
ContactDto.getAttachments()
Document attachments.
|
Modifier and Type | Method and Description |
---|---|
EmailDto |
EmailDto.addAttachmentsItem(Attachment attachmentsItem)
Add an item to attachments and return this.
|
CalendarDto |
CalendarDto.addAttachmentsItem(Attachment attachmentsItem)
Add an item to attachments and return this.
|
ContactDto |
ContactDto.addAttachmentsItem(Attachment attachmentsItem)
Add an item to attachments and return this.
|
Modifier and Type | Method and Description |
---|---|
EmailDto |
EmailDto.attachments(List<Attachment> attachments)
Set attachments and return this.
|
CalendarDto |
CalendarDto.attachments(List<Attachment> attachments)
Set attachments and return this.
|
ContactDto |
ContactDto.attachments(List<Attachment> attachments)
Set attachments and return this.
|
void |
EmailDto.setAttachments(List<Attachment> attachments)
Set attachments.
|
void |
CalendarDto.setAttachments(List<Attachment> attachments)
Set attachments.
|
void |
ContactDto.setAttachments(List<Attachment> attachments)
Set attachments.
|
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
|
ContactDto(List<AssociatedPerson> associatedPersons,
List<Attachment> attachments,
String companyName,
String computerNetworkName,
String customerId,
String departmentName,
String displayName,
List<EmailAddress> emailAddresses,
List<CustomerEvent> events,
String fileAs,
String fileAsMapping,
String freeBusyLocation,
String gender,
String givenName,
String governmentIdNumber,
String hobbies,
String initials,
List<InstantMessengerAddress> instantMessengers,
String jobTitle,
String language,
String location,
String middleName,
String nickname,
String notes,
String notesFormat,
String officeLocation,
String organizationalIdNumber,
List<PhoneNumber> phoneNumbers,
ContactPhoto photo,
List<PostalAddress> physicalAddresses,
String preferredTextEncoding,
String prefix,
String profession,
String suffix,
String surname,
List<Url> urls)
Initializes a new instance of the ContactDto
|
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.