_SharingItem.ReplyRecipientNames Property

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

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

Syntax

'Declaration
ReadOnly Property ReplyRecipientNames As String
    Get
'Usage
Dim instance As _SharingItem
Dim value As String

value = instance.ReplyRecipientNames
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

_SharingItem Interface

_SharingItem Members

Microsoft.Office.Interop.Outlook Namespace