OlAlwaysDeleteConversation Enumeration
Specifies constants that determine whether new items of the conversation are always moved to the Deleted Items folder of the specified delivery store.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
Public Enumeration OlAlwaysDeleteConversation
'Usage
Dim instance As OlAlwaysDeleteConversation
public enum OlAlwaysDeleteConversation
Members
Member name | Description | |
---|---|---|
olDoNotDelete | New items joining the conversation are not moved to the Deleted Items folder on the specified delivery store, and existing conversation items in the Deleted Items folder are moved to the Inbox. | |
olAlwaysDelete | New items of the conversation are always moved to the Deleted Items folder for the store that contains the items | |
olAlwaysDeleteUnsupported | The specified store does not support the action of always moving items to the Deleted Items folder of that store. |
Remarks
This enumeration is used by the GetAlwaysDelete(Store) method of the Conversation object.