Recipient Interface
Represents a user or resource in Outlook, generally a mail message addressee.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
<TypeLibTypeAttribute()> _
<GuidAttribute("00063045-0000-0000-C000-000000000046")> _
Public Interface Recipient
'Usage
Dim instance As Recipient
[TypeLibTypeAttribute()]
[GuidAttribute("00063045-0000-0000-C000-000000000046")]
public interface Recipient
Remarks
Use Item(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.
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, MeetingItem or TaskItem object and must be reset to indicate another recipient type.
See Also
Reference
Microsoft.Office.Interop.Outlook Namespace
Other Resources
How to: Get Information About Multiple Accounts
How to: Specify Different Recipient Types for an Appointment Item
How to: Create a Distribution List
How to: Get Information About the Current User
How to: Create a Mail Item, Attach a Report, and Send the Mail Item to the User's Manager
How to: Get the E-Mail Address of a Recipient
How to: Specify Different Recipient Types for a Mail Item
How to: Check All Responses to a Meeting Request
How to: Display a Shared Calendar of a Recipient
How to: Check a Manager's Response to a Meeting Request
How to: Use the Select Names Dialog Box to Obtain and Assign Recipients to an Appointment