_MailItem.ReplyRecipientNames Property

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

Namespace:  Microsoft.Office.Interop.Outlook
Assembly:  Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)

Syntax

'Declaration
<DispIdAttribute()> _
ReadOnly Property ReplyRecipientNames As String
    Get
'Usage
Dim instance As _MailItem
Dim value As String

value = instance.ReplyRecipientNames
[DispIdAttribute()]
string ReplyRecipientNames { get; }

Property Value

Type: System.String

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

Reference

_MailItem Interface

_MailItem Members

Microsoft.Office.Interop.Outlook Namespace