_SharingItem.ReplyRecipients 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 Recipients collection that represents all the reply recipient objects for the SharingItem. Read-only.
public:
property Microsoft::Office::Interop::Outlook::Recipients ^ ReplyRecipients { Microsoft::Office::Interop::Outlook::Recipients ^ get(); };
public Microsoft.Office.Interop.Outlook.Recipients ReplyRecipients { get; }
Public ReadOnly Property ReplyRecipients As Recipients