_SharingItem.ReplyRecipientNames Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns a semicolon-delimited String (string in C#) list of reply recipients for the SharingItem. 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.