OlAlwaysDeleteConversation Enum
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.
Specifies constants that determine whether new items of the conversation are always moved to the Deleted Items folder of the specified delivery store.
public enum class OlAlwaysDeleteConversation
public enum OlAlwaysDeleteConversation
Public Enum OlAlwaysDeleteConversation
- Inheritance
-
OlAlwaysDeleteConversation
Fields
olAlwaysDelete | 1 | New items of the conversation are always moved to the Deleted Items folder for the store that contains the items |
olAlwaysDeleteUnsupported | 2 | The specified store does not support the action of always moving items to the Deleted Items folder of that store. |
olDoNotDelete | 0 | 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. |
Remarks
This enumeration is used by the GetAlwaysDelete(Store) method of the Conversation object.