public class FetchEmailMessageRequestData extends Object
Modifier and Type | Field and Description |
---|---|
String |
firstAccount
Email account
|
String |
messageId
Message identifier
|
String |
secondAccount
Additional email account (should be specified for POP/IMAP accounts and should be SMTP account)
|
String |
storage
Storage name where account file(s) located
|
String |
storageFolder
Folder in storage where account file(s) located
|
public String messageId
public String firstAccount
public String secondAccount
public String storage
public String storageFolder
public FetchEmailMessageRequestData(String messageId, String firstAccount, String secondAccount, String storage, String storageFolder)
messageId
- Message identifierfirstAccount
- Email accountsecondAccount
- Additional email account (should be specified for POP/IMAP accounts and should be SMTP account)storage
- Storage name where account file(s) locatedstorageFolder
- Folder in storage where account file(s) locatedCopyright © 2020. All rights reserved.