OlSensitivity Enumeration
Represents the sensitivity for the Microsoft Outlook item.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
Public Enumeration OlSensitivity
'Usage
Dim instance As OlSensitivity
public enum OlSensitivity
Members
Member name | Description | |
---|---|---|
olNormal | Normal sensitivity | |
olPersonal | Personal | |
olPrivate | Private | |
olConfidential | Confidential |
Remarks
Used by the Sensitivity property of Outlook items.
See Also
Reference
Microsoft.Office.Interop.Outlook Namespace