Conversation.StopAlwaysMoveToFolder method (Outlook)
Stops the action of always moving conversation items in the specified store to a specific folder.
Syntax
expression. StopAlwaysMoveToFolder
( _Store_
)
expression A variable that represents a 'Conversation' object.
Parameters
Name | Required/Optional | Data type | Description |
---|---|---|---|
Store | Required | Store | The store where the conversation items to be cleaned up reside. |
Remarks
If the always-move action has not been turned on, StopAlwaysMoveToFolder does not carry out any action.
If the Store parameter represents a non-delivery store such as an archive .pst store, the stop-always-move action will apply to conversation items in the default delivery store.
After you call the StopAlwaysMoveToFolder method, calling the GetAlwaysMoveToFolder method returns Null (Nothing in Visual Basic).
See also
Support and feedback
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.