OlFormatSmartFrom Enumeration
Indicates the format used to display the From Outlook item property.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
Public Enumeration OlFormatSmartFrom
'Usage
Dim instance As OlFormatSmartFrom
public enum OlFormatSmartFrom
Members
Member name | Description | |
---|---|---|
olFormatSmartFromFromTo | Display the value of the From Outlook item property. If no value is available, display instead the value of the To Outlook item property. | |
olFormatSmartFromFromOnly | Display the value of the From Outlook item property. If no value is available, display an empty string. |