EmailMailboxForwardMeetingRequest.Recipients 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.
Gets the list of recipients for the forwarded meeting invitation.
public:
property IVectorView<EmailRecipient ^> ^ Recipients { IVectorView<EmailRecipient ^> ^ get(); };
IVectorView<EmailRecipient> Recipients();
public IReadOnlyList<EmailRecipient> Recipients { get; }
var iVectorView = emailMailboxForwardMeetingRequest.recipients;
Public ReadOnly Property Recipients As IReadOnlyList(Of EmailRecipient)
Property Value
A list of EmailRecipient objects specifying the recipients of the forwarded invitation.
Windows requirements
App capabilities |
email
emailSystem
|