public class FetchEmailThreadMessagesRequestData extends Object
Modifier and Type | Field and Description |
---|---|
String |
firstAccount
Email account
|
String |
folder
Specifies account folder to get thread from
|
String |
secondAccount
Additional email account (for example, firstAccount could be IMAP, and second one could be SMTP)
|
String |
storage
Storage name where account file(s) located
|
String |
storageFolder
Folder in storage where account file(s) located
|
String |
threadId
Thread identifier
|
public String threadId
public String firstAccount
public String secondAccount
public String folder
public String storage
public String storageFolder
public FetchEmailThreadMessagesRequestData(String threadId, String firstAccount, String secondAccount, String folder, String storage, String storageFolder)
threadId
- Thread identifierfirstAccount
- Email accountsecondAccount
- Additional email account (for example, firstAccount could be IMAP, and second one could be SMTP)folder
- Specifies account folder to get thread fromstorage
- Storage name where account file(s) locatedstorageFolder
- Folder in storage where account file(s) locatedCopyright © 2020. All rights reserved.