_MailItem.ReplyRecipientNames Property

Definition

Returns a semicolon-delimited String (string in C#) list of reply recipients for the mail message. Read-only.

public:
 property System::String ^ ReplyRecipientNames { System::String ^ get(); };
public string ReplyRecipientNames { get; }
Public ReadOnly Property ReplyRecipientNames As String

Property Value

Remarks

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

Applies to