Recipients Interface

Contains a collection of Recipient objects for an Outlook item.

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

Syntax

'Declaration
<GuidAttribute("0006303B-0000-0000-C000-000000000046")> _
Public Interface Recipients _
    Inherits IEnumerable
'Usage
Dim instance As Recipients
[GuidAttribute("0006303B-0000-0000-C000-000000000046")]
public interface Recipients : IEnumerable

Remarks

Use the Recipients property to return the Recipients object of an AppointmentItem, JournalItem, MailItem, MeetingItem, or TaskItem object.

Use the Add method to create a new Recipient object and add it to the Recipients object. The Type property of a new Recipient object is set to the default for the associated AppointmentItem, JournalItem, MailItem, or TaskItem object and must be reset to indicate another recipient type.

Use Recipients(index), where index is the name or index number, to return a single Recipient object. The name can be a string representing the display name, the alias, or the full SMTP e-mail address of the recipient.

See Also

Reference

Recipients Members

Microsoft.Office.Interop.Outlook Namespace