Conversation.StopAlwaysMoveToFolder Method (Outlook)
Stops the action of always moving conversation items in the specified store to a specific folder.
Version Information
Version Added: Outlook 2010
Syntax
expression .StopAlwaysMoveToFolder(Store)
expression A variable that represents a Conversation object.
Parameters
Name |
Required/Optional |
Data Type |
Description |
---|---|---|---|
Store |
Required |
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).