_Conversation.GetAlwaysMoveToFolder(Store) Method

Definition

Returns a Folder object that indicates the folder in the specified delivery store to which new items that arrive in the conversation are always moved.

public:
 Microsoft::Office::Interop::Outlook::MAPIFolder ^ GetAlwaysMoveToFolder(Microsoft::Office::Interop::Outlook::Store ^ Store);
public Microsoft.Office.Interop.Outlook.MAPIFolder GetAlwaysMoveToFolder (Microsoft.Office.Interop.Outlook.Store Store);

Parameters

Store
Store

A Store object that represents the store where the folder to which conversation items are moved resides.

Returns

A MAPIFolder object in the specified store to which all new items that arrive in the conversation are always moved.

Remarks

If the Store parameter represents a non-delivery store such as an archive .pst store, the GetAlwaysMoveToFolder method returns a Folder object that applies to conversation items on the default delivery store.

If no folder, other than the Deleted Items folder, has been specified to always move conversation items into, the GetAlwaysMoveToFolder method returns Nothing (a null reference (Nothing in Visual Basic) in C#).

Applies to