Returns the OlDisplayType constant that describes the nature of the recipient: olAgent(3), olDistList(1), olForum(2), olOrganization(4), olPrivateDistList(5), olRemoteUser(6), olUser(0).
You can use the DisplayType property to filter recipients. The DisplayType property corresponds to the MAPI property PR_DISPLAY_TYPE.
Read-only.
Syntax
object.DisplayType
object Required. An expression that returns an AddressEntry or Recipient object.