SharingItem.Recipients Property

Outlook Developer Reference

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

Version Information
 Version Added:  Outlook 2007

Syntax

expression.Recipients

expression   A variable that represents a SharingItem object.

Remarks

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

See Also