OlSelectionContents Enumeration
Specifies the kinds of objects selected in the active explorer.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
Public Enumeration OlSelectionContents
'Usage
Dim instance As OlSelectionContents
public enum OlSelectionContents
Members
Member name | Description | |
---|---|---|
olConversationHeaders | Conversation header or headers in a selection. |
Remarks
This enumeration is used by the GetSelection(OlSelectionContents) method of the Selection object.
See Also
Reference
Microsoft.Office.Interop.Outlook Namespace