Modifier and Type | Method and Description |
---|---|
static InboxRule |
InboxRule.createRuleDeleteContaining(String[] filter)
Creates inbox rule that deletes messages containing the specified strings in either the body or the subject
|
static InboxRule |
InboxRule.createRuleDeleteFrom(MailAddress from)
Creates inbox rule that deletes messages from specified senders
|
static InboxRule |
InboxRule.createRuleMoveContaining(String[] filter,
String destinationFolderId)
Creates inbox rule that moves messages containing the specified strings in either the body or the subject into the specified folder
|
static InboxRule |
InboxRule.createRuleMoveFrom(MailAddress from,
String destinationFolderId)
Creates inbox rule that moves messages from specified senders into the specified folder
|
InboxRule[] |
IEWSClient.getInboxRules()
Gets inbox rules
|
InboxRule[] |
IEWSClient.getInboxRules(String mailbox)
Gets inbox rules
|
Modifier and Type | Method and Description |
---|---|
void |
IEWSClient.createInboxRule(InboxRule rule)
Creates the specified inbox rule
|
void |
IEWSClient.createInboxRule(InboxRule rule,
String mailbox)
Creates the specified inbox rule
|
void |
IEWSClient.updateInboxRule(InboxRule rule)
Updates the specified inbox rule
|
void |
IEWSClient.updateInboxRule(InboxRule rule,
String mailbox)
Updates the specified inbox rule
|