_MailItem.ReplyRecipients Property

Returns a Recipients collection that represents all the reply recipient objects for the Outlook item. Read-only.

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

Syntax

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

value = instance.ReplyRecipients
[DispIdAttribute()]
Recipients ReplyRecipients { get; }

Property Value

Type: Microsoft.Office.Interop.Outlook.Recipients

See Also

Reference

_MailItem Interface

_MailItem Members

Microsoft.Office.Interop.Outlook Namespace