Recipient Members

Include Protected Members
Include Inherited Members

Represents a user or resource in Outlook, generally a mail message addressee.

The Recipient type exposes the following members.

Properties

  Name Description
Public property Address Returns a String (string in C#) representing the e-mail address of the Recipient. Read-only.
Public property AddressEntry Returns the AddressEntry object corresponding to the resolved recipient. Read/write.
Public property Application Returns an Application object that represents the parent Outlook application for the object. Read-only.
Public property AutoResponse Returns or sets a String (string in C#) representing the text of an automatic response for a Recipient. Read/write.
Public property Class Returns an OlObjectClass constant indicating the object's class. Read-only.
Public property DisplayType Returns a constant belonging to the OlDisplayType enumeration that describes the nature of the Recipient. Read-only.
Public property EntryID Returns a String (string in C#) representing the unique Entry ID of the object. Read-only.
Public property Index Returns an Integer (int in C#) value indicating the position of the object within the collection. Read-only.
Public property MeetingResponseStatus Returns an OlResponseStatus constant indicating the overall status of the response to the meeting request for the recipient. Read-only.
Public property Name Returns a String (string in C#) that represents the display name for the object. Read-only.
Public property Parent Returns the parent Object of the specified object. Read-only.
Public property PropertyAccessor Returns a PropertyAccessor object that supports creating, getting, setting, and deleting properties of the parent Recipient object. Read-only.
Public property Resolved Returns a Boolean (bool in C#) that indicates True if the recipient has been validated against the Address Book. Read-only.
Public property Sendable Returns or sets a Boolean (bool for C#) value that indicates whether a meeting request can be sent to the Recipient. Read/write.
Public property Session Returns the NameSpace object for the current session. Read-only.
Public property TrackingStatus Returns or sets an OlTrackingStatus constant indicating the tracking status for the recipient. Read/write.
Public property TrackingStatusTime Returns or sets a DateTime indicating the tracking status date and time for the recipient. Read/write.
Public property Type Returns or sets an Integer (int in C#) value representing the type of recipient. Read/write.

Top

Methods

  Name Description
Public method Delete Deletes an object from the collection.
Public method FreeBusy Returns free/busy information for the recipient.
Public method Resolve Attempts to resolve a Recipient object against the Address Book.

Top

See Also

Reference

Recipient Interface

Microsoft.Office.Interop.Outlook Namespace