OlDisplayType Enumeration
Describes the nature of the address.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
Public Enumeration OlDisplayType
'Usage
Dim instance As OlDisplayType
public enum OlDisplayType
Members
Member name | Description | |
---|---|---|
olUser | User address | |
olDistList | Exchange distribution list | |
olForum | Forum address | |
olAgent | Agent address | |
olOrganization | Organization address | |
olPrivateDistList | Outlook private distribution list | |
olRemoteUser | Remote user address |
Remarks
Used by the DisplayType property of the ExchangeDistributionList, ExchangeUser, and Recipient objects.