MailItem.ReplyRecipientNames Property

Outlook Developer Reference

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

Syntax

expression.ReplyRecipientNames

expression   A variable that represents a MailItem 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