Package | Description |
---|---|
com.aspose.email.cloud.sdk.model | |
com.aspose.email.cloud.sdk.model.requests |
Modifier and Type | Class and Description |
---|---|
class |
StorageFileLocation
A storage file location information
|
Modifier and Type | Method and Description |
---|---|
StorageFolderLocation |
StorageFolderLocation.folderPath(String folderPath) |
StorageFolderLocation |
AddAttachmentRequest.getAttachmentFolder()
Storage folder location of an attachment
|
StorageFolderLocation |
AddAttachmentRequest.getDocumentFolder()
Storage folder location of document
|
StorageFolderLocation |
AiBcrParseStorageRq.getOutFolder()
Parse output folder location on storage
|
StorageFolderLocation |
StorageModelRqOfEmailDto.getStorageFolder()
Get storageFolder
|
StorageFolderLocation |
StorageModelRqOfContactDto.getStorageFolder()
Get storageFolder
|
StorageFolderLocation |
StorageModelRqOfCalendarDto.getStorageFolder()
Get storageFolder
|
StorageFolderLocation |
SetEmailPropertyRequest.getStorageFolder()
An email document location in storage
|
StorageFolderLocation |
HierarchicalObjectRequest.getStorageFolder()
Document location in storage
|
StorageFolderLocation |
CreateEmailRequest.getStorageFolder()
Email document location in storage
|
StorageFolderLocation |
AccountBaseRequest.getStorageFolder()
Storage folder location of account files
|
StorageFolderLocation |
StorageFolderLocation.storage(String storage) |
Constructor and Description |
---|
AccountBaseRequest(String firstAccount,
String secondAccount,
StorageFolderLocation storageFolder)
Initializes a new instance of the AccountBaseRequest
|
AddAttachmentRequest(StorageFolderLocation documentFolder,
StorageFolderLocation attachmentFolder)
Initializes a new instance of the AddAttachmentRequest
|
AiBcrParseStorageRq(AiBcrOptions options,
List<AiBcrImageStorageFile> images,
StorageFolderLocation outFolder)
Initializes a new instance of the AiBcrParseStorageRq
|
AppendEmailAccountBaseRequest(String firstAccount,
String secondAccount,
StorageFolderLocation storageFolder,
String folder,
Boolean markAsSent)
Initializes a new instance of the AppendEmailAccountBaseRequest
|
AppendEmailBaseRequest(String firstAccount,
String secondAccount,
StorageFolderLocation storageFolder,
String folder,
Boolean markAsSent,
StorageFileLocation emailFile)
Initializes a new instance of the AppendEmailBaseRequest
|
AppendEmailMimeBaseRequest(String firstAccount,
String secondAccount,
StorageFolderLocation storageFolder,
String folder,
Boolean markAsSent,
String base64MimeMessage)
Initializes a new instance of the AppendEmailMimeBaseRequest
|
AppendEmailModelRq(String firstAccount,
String secondAccount,
StorageFolderLocation storageFolder,
String folder,
Boolean markAsSent,
EmailDto message)
Initializes a new instance of the AppendEmailModelRq
|
CreateEmailRequest(EmailDocument emailDocument,
StorageFolderLocation storageFolder)
Initializes a new instance of the CreateEmailRequest
|
CreateFolderBaseRequest(String firstAccount,
String secondAccount,
StorageFolderLocation storageFolder,
String folder,
String parentFolder)
Initializes a new instance of the CreateFolderBaseRequest
|
DeleteFolderBaseRequest(String firstAccount,
String secondAccount,
StorageFolderLocation storageFolder,
String folder,
Boolean deletePermanently)
Initializes a new instance of the DeleteFolderBaseRequest
|
DeleteMessageBaseRequest(String firstAccount,
String secondAccount,
StorageFolderLocation storageFolder,
String messageId,
Boolean deletePermanently)
Initializes a new instance of the DeleteMessageBaseRequest
|
HierarchicalObjectRequest(HierarchicalObject hierarchicalObject,
StorageFolderLocation storageFolder)
Initializes a new instance of the HierarchicalObjectRequest
|
SendEmailBaseRequest(String firstAccount,
String secondAccount,
StorageFolderLocation storageFolder,
StorageFileLocation emailFile)
Initializes a new instance of the SendEmailBaseRequest
|
SendEmailMimeBaseRequest(String firstAccount,
String secondAccount,
StorageFolderLocation storageFolder,
String base64MimeMessage)
Initializes a new instance of the SendEmailMimeBaseRequest
|
SendEmailModelRq(String firstAccount,
String secondAccount,
StorageFolderLocation storageFolder,
EmailDto message)
Initializes a new instance of the SendEmailModelRq
|
SetEmailPropertyRequest(EmailProperty emailProperty,
StorageFolderLocation storageFolder)
Initializes a new instance of the SetEmailPropertyRequest
|
SetMessageReadFlagAccountBaseRequest(String firstAccount,
String secondAccount,
StorageFolderLocation storageFolder,
String messageId,
Boolean isRead)
Initializes a new instance of the SetMessageReadFlagAccountBaseRequest
|
StorageModelRqOfCalendarDto(CalendarDto value,
StorageFolderLocation storageFolder)
Initializes a new instance of the StorageModelRqOfCalendarDto
|
StorageModelRqOfContactDto(ContactDto value,
StorageFolderLocation storageFolder)
Initializes a new instance of the StorageModelRqOfContactDto
|
StorageModelRqOfEmailDto(EmailDto value,
StorageFolderLocation storageFolder)
Initializes a new instance of the StorageModelRqOfEmailDto
|
Modifier and Type | Field and Description |
---|---|
StorageFolderLocation |
DeleteContactPropertyRequestData.folder
Calendar document location in storage information
|
StorageFolderLocation |
DeleteCalendarPropertyRequestData.request
Storage detail to specify iCalendar file location
|
StorageFolderLocation |
DeleteMapiAttachmentRequestData.storage
Document file storage location info
|
Constructor and Description |
---|
DeleteCalendarPropertyRequestData(String name,
String memberName,
String index,
StorageFolderLocation request)
Initializes a new instance of the DeleteCalendarPropertyRequestData class.
|
DeleteContactPropertyRequestData(String format,
String name,
String memberName,
Integer index,
StorageFolderLocation folder)
Initializes a new instance of the DeleteContactPropertyRequestData class.
|
DeleteMapiAttachmentRequestData(String name,
String attachment,
StorageFolderLocation storage)
Initializes a new instance of the DeleteMapiAttachmentRequestData class.
|
Copyright © 2020. All rights reserved.