OlDisplayType 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.
Describes the nature of the address.
public enum class OlDisplayType
public enum OlDisplayType
Public Enum OlDisplayType
- Inheritance
-
OlDisplayType
Fields
Name | Value | Description |
---|---|---|
olUser | 0 | User address |
olDistList | 1 | Exchange distribution list |
olForum | 2 | Forum address |
olAgent | 3 | Agent address |
olOrganization | 4 | Organization address |
olPrivateDistList | 5 | Outlook private distribution list |
olRemoteUser | 6 | Remote user address |
Remarks
Used by the DisplayType property of the ExchangeDistributionList, ExchangeUser, and Recipient objects.