_Conversation.StopAlwaysMoveToFolder(Store) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Stops the action of always moving conversation items in the specified store to a specific folder.
public:
void StopAlwaysMoveToFolder(Microsoft::Office::Interop::Outlook::Store ^ Store);
public void StopAlwaysMoveToFolder (Microsoft.Office.Interop.Outlook.Store Store);
Parameters
- Store
- Store
A Store object that represents the store where the conversation items to be cleaned up reside.
Remarks
If the always-move action has not been turned on, StopAlwaysMoveToFolder does nothing.
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(Store) method returns Nothing (a null reference (Nothing in Visual Basic) in C#).