_MeetingItem.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 _MeetingItem
Dim value As Recipients
value = instance.ReplyRecipients
[DispIdAttribute()]
Recipients ReplyRecipients { get; }
Property Value
Type: Microsoft.Office.Interop.Outlook.Recipients