Modifier and Type | Method and Description |
---|---|
InboxRule |
IGraphClient.createRule(InboxRule rule)
Create a message rule by specifying a set of conditions and actions.
|
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 |
IGraphClient.fetchRule(String itemId)
Get the properties and relationships of a message rule object.
|
InboxRule[] |
IEWSClient.getInboxRules()
Gets inbox rules
|
InboxRule[] |
IEWSClient.getInboxRules(String mailbox)
Gets inbox rules
|
InboxRule |
IGraphClient.updateRule(InboxRule rule)
Change writable properties on a messageRule object and save the changes.
|
Modifier and Type | Method and Description |
---|---|
List<InboxRule> |
IGraphClient.listRules()
Get all the messageRule objects defined for the user's Inbox.
|
com.aspose.ms.System.Collections.Generic.List<InboxRule> |
IGraphClient.listRulesInternal() |
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
|
InboxRule |
IGraphClient.createRule(InboxRule rule)
Create a message rule by specifying a set of conditions and actions.
|
void |
IEWSClient.updateInboxRule(InboxRule rule)
Updates the specified inbox rule
|
void |
IEWSClient.updateInboxRule(InboxRule rule,
String mailbox)
Updates the specified inbox rule
|
InboxRule |
IGraphClient.updateRule(InboxRule rule)
Change writable properties on a messageRule object and save the changes.
|
Copyright (c) 2008-2020 Aspose Pty Ltd. All Rights Reserved.