_Conversation.StopAlwaysMoveToFolder Method
Stops the action of always moving conversation items in the specified store to a specific folder.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
<DispIdAttribute()> _
Sub StopAlwaysMoveToFolder ( _
Store As Store _
)
'Usage
Dim instance As _Conversation
Dim Store As Store
instance.StopAlwaysMoveToFolder(Store)
[DispIdAttribute()]
void StopAlwaysMoveToFolder(
Store Store
)
Parameters
Store
Type: Microsoft.Office.Interop.Outlook.StoreA 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#).