Recipient Members (Outlook)

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

Methods

Name

Description

Delete

Deletes an object from the collection.

FreeBusy

Returns free/busy information for the recipient.

Resolve

Attempts to resolve a Recipient object against the Address Book.

Properties

Name

Description

Address

Returns a String representing the e-mail address of the Recipient. Read-only.

AddressEntry

Returns the AddressEntry object corresponding to the resolved recipient. Read/write.

Application

Returns an Application object that represents the parent Outlook application for the object. Read-only.

AutoResponse

Returns or sets a String representing the text of an automatic response for a Recipient. Read/write.

Class

Returns an OlObjectClass constant indicating the object's class. Read-only.

DisplayType

Returns a constant belonging to the OlDisplayType enumeration that describes the nature of the Recipient. Read-only.

EntryID

Returns a String representing the unique Entry ID of the object. Read-only.

Index

Returns a Long indicating the position of the object within the collection. Read-only.

MeetingResponseStatus

Returns an OlResponseStatus constant indicating the overall status of the response to the meeting request for the recipient. Read-only.

Name

Returns the display name for the object. Read-only.

Parent

Returns the parent Object of the specified object. Read-only.

PropertyAccessor

Returns a PropertyAccessor object that supports creating, getting, setting, and deleting properties of the parent Recipient object. Read-only.

Resolved

Returns a Boolean that indicates True if the recipient has been validated against the Address Book. Read-only.

Sendable

Returns or sets a value that indicates whether a meeting request can be sent to the Recipient. Read/write

Session

Returns the NameSpace object for the current session. Read-only.

TrackingStatus

Returns or sets an OlTrackingStatus constant indicating the tracking status for the recipient. Read/write.

TrackingStatusTime

Returns or sets a Date indicating the tracking status date and time for the recipient. Read/write.

Type

Returns or sets a Long representing the type of recipient. Read/write.