_MailItem.Recipients Property

Definition

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

public:
 property Microsoft::Office::Interop::Outlook::Recipients ^ Recipients { Microsoft::Office::Interop::Outlook::Recipients ^ get(); };
public Microsoft.Office.Interop.Outlook.Recipients Recipients { get; }
Public ReadOnly Property Recipients As Recipients

Property Value

Remarks

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

Applies to