Package | Description |
---|---|
com.aspose.email.cloud.sdk.model |
Modifier and Type | Class and Description |
---|---|
class |
MapiBinaryPropertyDto
Mapi property with Binary value represented as a Base64 string
|
class |
MapiBooleanPropertyDto
Mapi property with Boolean value
|
class |
MapiDateTimePropertyDto
Mapi property with DateTime value
|
class |
MapiFileAsPropertyDto
Mapi property with FileAsMapping value
|
class |
MapiImportancePropertyDto
Mapi property with ImportanceChoicesType value
|
class |
MapiIntPropertyDto
Mapi property with Integer value
|
class |
MapiLegacyFreeBusyPropertyDto
Mapi property with LegacyFreeBusyType value
|
class |
MapiMultiIntPropertyDto
Mapi property with Multiple Integer values
|
class |
MapiMultiStringPropertyDto
Mapi property with Multiple String values
|
class |
MapiPhysicalAddressIndexPropertyDto
Mapi property with PhysicalAddressIndexType value
|
class |
MapiResponseTypePropertyDto
Mapi property with response type value
|
class |
MapiStringPropertyDto
Mapi property with string value
|
Modifier and Type | Method and Description |
---|---|
MapiPropertyDto |
MapiPropertyDtoBuilder.build()
Build MapiPropertyDto instance.
|
MapiPropertyDto |
MapiPropertyDto.descriptor(MapiPropertyDescriptor descriptor)
Set descriptor and return this.
|
Modifier and Type | Method and Description |
---|---|
List<MapiPropertyDto> |
MapiMessageItemBaseDto.getProperties()
List of MAPI properties
|
Modifier and Type | Method and Description |
---|---|
MapiMessageItemBaseDto |
MapiMessageItemBaseDto.addPropertiesItem(MapiPropertyDto propertiesItem)
Add an item to properties and return this.
|
Modifier and Type | Method and Description |
---|---|
MapiMessageItemBaseDto |
MapiMessageItemBaseDto.properties(List<MapiPropertyDto> properties)
Set properties and return this.
|
MapiMessageDtoBuilder |
MapiMessageDtoBuilder.properties(List<MapiPropertyDto> properties)
Set MapiMessageDto.properties and return builder.
|
MapiCalendarDtoBuilder |
MapiCalendarDtoBuilder.properties(List<MapiPropertyDto> properties)
Set MapiCalendarDto.properties and return builder.
|
MapiMessageItemBaseDtoBuilder |
MapiMessageItemBaseDtoBuilder.properties(List<MapiPropertyDto> properties)
Set MapiMessageItemBaseDto.properties and return builder.
|
MapiContactDtoBuilder |
MapiContactDtoBuilder.properties(List<MapiPropertyDto> properties)
Set MapiContactDto.properties and return builder.
|
void |
MapiMessageItemBaseDto.setProperties(List<MapiPropertyDto> properties)
Set properties.
|
Constructor and Description |
---|
MapiPropertyDtoBuilder(MapiPropertyDto model) |
Constructor and Description |
---|
MapiCalendarDto(List<MapiAttachmentDto> attachments,
String billing,
String body,
String bodyHtml,
String bodyRtf,
String bodyType,
List<String> categories,
List<String> companies,
String itemId,
String messageClass,
String mileage,
List<MapiRecipientDto> recipients,
String sensitivity,
String subject,
String subjectPrefix,
List<MapiPropertyDto> properties,
Boolean appointmentCounterProposal,
MapiCalendarAttendeesDto attendees,
String busyStatus,
List<String> clientIntent,
Date endDate,
MapiCalendarTimeZoneDto endDateTimeZone,
Boolean isAllDay,
String keyWords,
String location,
MapiCalendarEventRecurrenceDto recurrence,
Integer reminderDelta,
String reminderFileParameter,
Boolean reminderSet,
Integer sequence,
Date startDate,
MapiCalendarTimeZoneDto startDateTimeZone,
String uid,
MapiElectronicAddressDto organizer)
Initializes a new instance of the MapiCalendarDto
|
MapiContactDto(List<MapiAttachmentDto> attachments,
String billing,
String body,
String bodyHtml,
String bodyRtf,
String bodyType,
List<String> categories,
List<String> companies,
String itemId,
String messageClass,
String mileage,
List<MapiRecipientDto> recipients,
String sensitivity,
String subject,
String subjectPrefix,
List<MapiPropertyDto> properties,
MapiContactElectronicAddressPropertySetDto electronicAddresses,
MapiContactEventPropertySetDto events,
MapiContactNamePropertySetDto nameInfo,
MapiContactOtherPropertySetDto otherFields,
MapiContactPersonalInfoPropertySetDto personalInfo,
MapiContactPhotoDto photo,
MapiContactPhysicalAddressPropertySetDto physicalAddresses,
MapiContactProfessionalPropertySetDto professionalInfo,
MapiContactTelephonePropertySetDto telephones)
Initializes a new instance of the MapiContactDto
|
MapiMessageDto(List<MapiAttachmentDto> attachments,
String billing,
String body,
String bodyHtml,
String bodyRtf,
String bodyType,
List<String> categories,
List<String> companies,
String itemId,
String messageClass,
String mileage,
List<MapiRecipientDto> recipients,
String sensitivity,
String subject,
String subjectPrefix,
List<MapiPropertyDto> properties,
String messageBody,
Date clientSubmitTime,
String conversationTopic,
Date deliveryTime,
String displayBcc,
String displayCc,
String displayName,
String displayNamePrefix,
String displayTo,
List<String> flags,
Map<String,String> headers,
String internetMessageId,
String messageFormat,
String normalizedSubject,
Boolean readReceiptRequested,
String replyTo,
String senderAddressType,
String senderEmailAddress,
String senderName,
String senderSmtpAddress,
String sentRepresentingAddressType,
String sentRepresentingEmailAddress,
String sentRepresentingName,
String sentRepresentingSmtpAddress,
String transportMessageHeaders)
Initializes a new instance of the MapiMessageDto
|
MapiMessageItemBaseDto(List<MapiAttachmentDto> attachments,
String billing,
String body,
String bodyHtml,
String bodyRtf,
String bodyType,
List<String> categories,
List<String> companies,
String itemId,
String messageClass,
String mileage,
List<MapiRecipientDto> recipients,
String sensitivity,
String subject,
String subjectPrefix,
List<MapiPropertyDto> properties)
Initializes a new instance of the MapiMessageItemBaseDto
|
Copyright © 2020. All rights reserved.