_Conversation.StopAlwaysMoveToFolder(Store) Method

Definition

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#).

Applies to