Package | Description |
---|---|
com.aspose.email.cloud.sdk.model |
Modifier and Type | Method and Description |
---|---|
Attachment |
Attachment.contentDisposition(String contentDisposition) |
Attachment |
Attachment.isEmbeddedMessage(Boolean isEmbeddedMessage) |
Attachment |
Attachment.name(String name) |
Attachment |
Attachment.nameEncoding(String nameEncoding) |
Attachment |
Attachment.preferredTextEncoding(String preferredTextEncoding) |
Modifier and Type | Method and Description |
---|---|
List<Attachment> |
EmailDto.getAttachments()
Email message attachments.
|
List<Attachment> |
ContactDto.getAttachments()
Document attachments.
|
List<Attachment> |
CalendarDto.getAttachments()
Document attachments.
|
Modifier and Type | Method and Description |
---|---|
EmailDto |
EmailDto.addAttachmentsItem(Attachment attachmentsItem) |
ContactDto |
ContactDto.addAttachmentsItem(Attachment attachmentsItem) |
CalendarDto |
CalendarDto.addAttachmentsItem(Attachment attachmentsItem) |
Modifier and Type | Method and Description |
---|---|
EmailDto |
EmailDto.attachments(List<Attachment> attachments) |
ContactDto |
ContactDto.attachments(List<Attachment> attachments) |
CalendarDto |
CalendarDto.attachments(List<Attachment> attachments) |
void |
EmailDto.setAttachments(List<Attachment> attachments) |
void |
ContactDto.setAttachments(List<Attachment> attachments) |
void |
CalendarDto.setAttachments(List<Attachment> 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,
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.