Share via


SharingItem.ReplyRecipientNames Property

Outlook Developer Reference

Returns a semicolon-delimited String list of reply recipients for the SharingItem. Read-only.

Version Information
 Version Added:  Outlook 2007

Syntax

expression.ReplyRecipientNames

expression   A variable that represents a SharingItem object.

Remarks

This property only contains the display names for the reply recipients. The reply recipients list should be set by using the ReplyRecipients collection.

See Also