MicrosoftGraphMessageRuleActions |
MicrosoftGraphMessageRule.actions() |
Get the actions property: messageRuleActions.
|
MicrosoftGraphMessageRuleActions |
MicrosoftGraphMessageRuleActions.withAdditionalProperties(Map<String,Object> additionalProperties) |
Set the additionalProperties property: messageRuleActions.
|
MicrosoftGraphMessageRuleActions |
MicrosoftGraphMessageRuleActions.withAssignCategories(List<String> assignCategories) |
Set the assignCategories property: A list of categories to be assigned to a message.
|
MicrosoftGraphMessageRuleActions |
MicrosoftGraphMessageRuleActions.withCopyToFolder(String copyToFolder) |
Set the copyToFolder property: The ID of a folder that a message is to be copied to.
|
MicrosoftGraphMessageRuleActions |
MicrosoftGraphMessageRuleActions.withDelete(Boolean delete) |
Set the delete property: Indicates whether a message should be moved to the Deleted Items folder.
|
MicrosoftGraphMessageRuleActions |
MicrosoftGraphMessageRuleActions.withForwardAsAttachmentTo(List<MicrosoftGraphRecipient> forwardAsAttachmentTo) |
Set the forwardAsAttachmentTo property: The email addresses of the recipients to which a message should be
forwarded as an attachment.
|
MicrosoftGraphMessageRuleActions |
MicrosoftGraphMessageRuleActions.withForwardTo(List<MicrosoftGraphRecipient> forwardTo) |
Set the forwardTo property: The email addresses of the recipients to which a message should be forwarded.
|
MicrosoftGraphMessageRuleActions |
MicrosoftGraphMessageRuleActions.withMarkAsRead(Boolean markAsRead) |
Set the markAsRead property: Indicates whether a message should be marked as read.
|
MicrosoftGraphMessageRuleActions |
MicrosoftGraphMessageRuleActions.withMarkImportance(MicrosoftGraphImportance markImportance) |
Set the markImportance property: The markImportance property.
|
MicrosoftGraphMessageRuleActions |
MicrosoftGraphMessageRuleActions.withMoveToFolder(String moveToFolder) |
Set the moveToFolder property: The ID of the folder that a message will be moved to.
|
MicrosoftGraphMessageRuleActions |
MicrosoftGraphMessageRuleActions.withPermanentDelete(Boolean permanentDelete) |
Set the permanentDelete property: Indicates whether a message should be permanently deleted and not saved to the
Deleted Items folder.
|
MicrosoftGraphMessageRuleActions |
MicrosoftGraphMessageRuleActions.withRedirectTo(List<MicrosoftGraphRecipient> redirectTo) |
Set the redirectTo property: The email addresses to which a message should be redirected.
|
MicrosoftGraphMessageRuleActions |
MicrosoftGraphMessageRuleActions.withStopProcessingRules(Boolean stopProcessingRules) |
Set the stopProcessingRules property: Indicates whether subsequent rules should be evaluated.
|