Recipient.DisplayType Property

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

Namespace:  Microsoft.Office.Interop.Outlook
Assembly:  Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)

Syntax

'Declaration
<DispIdAttribute()> _
ReadOnly Property DisplayType As OlDisplayType
    Get
'Usage
Dim instance As Recipient
Dim value As OlDisplayType

value = instance.DisplayType
[DispIdAttribute()]
OlDisplayType DisplayType { get; }

Property Value

Type: Microsoft.Office.Interop.Outlook.OlDisplayType

Remarks

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

See Also

Reference

Recipient Interface

Recipient Members

Microsoft.Office.Interop.Outlook Namespace