Edit

Office.MailboxEnums.MoveSpamItemTo enum

Specifies the folder to which a reported spam or phishing message is moved once it's processed by a spam-reporting add-in.

To learn more about the integrated spam-reporting feature, see Implement an integrated spam-reporting add-in.

Remarks

[Api set: Mailbox 1.14]

Applicable Outlook mode: Message Read

Important: This enum can only be used to assign values to the moveItemTo property of the event.completed method. If you're on an Outlook on Windows version that only supports the postProcessingAction property, you must assign it different string values. For a list of supported string values, see Office.SpamReportingEventCompletedOptions.postProcessingAction.

Fields

CustomFolder = "customFolder"

Specifies that a reported message is moved to a custom folder in the mailbox.

DeletedItemsFolder = "deletedItemsFolder"

Specifies that a reported message is moved to the Deleted Items folder of the mailbox.

JunkFolder = "junkFolder"

Specifies that a reported message is moved to the Junk Email folder of the mailbox.

NoMove = "noMove"

Specifies that a reported message remains in its current folder in the mailbox.