_MailItem.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 _MailItem
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
Microsoft.Office.Interop.Outlook Namespace
Other Resources
How to: Send an E-Mail Given the SMTP Address of an Account
How to: Display a Shared Calendar of a Recipient
How to: Create a Mail Item, Attach a Report, and Send the Mail Item to the User's Manager