_TaskItem.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
ReadOnly Property Recipients As Recipients
Get
'Usage
Dim instance As _TaskItem
Dim value As Recipients
value = instance.Recipients
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.