_JournalItem.Recipients Property

Returns a Recipients collection that represents all the recipients for the Outlook item. Read-only.

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

Syntax

'Declaration
<DispIdAttribute()> _
ReadOnly Property Recipients As Recipients
    Get
'Usage
Dim instance As _JournalItem
Dim value As Recipients

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

Property Value

Type: Microsoft.Office.Interop.Outlook.Recipients

Remarks

A recipient can be specified by a string representing the recipient's display name, alias, or full SMTP e-mail address.

See Also

Reference

_JournalItem Interface

_JournalItem Members

Microsoft.Office.Interop.Outlook Namespace