Share via


Recipient.DisplayType Property

Outlook Developer Reference

Returns a constant belonging to the OlDisplayType enumeration that describes the nature of the Recipient. Read-only.

Syntax

expression.DisplayType

expression   A variable that represents a Recipient object.

Remarks

You can use the DisplayType property to filter recipients. The DisplayType property corresponds to the MAPI property PR_DISPLAY_TYPE.

See Also