EmailMailboxResolveRecipientsRequest.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 to be resolved.
public:
property IVectorView<Platform::String ^> ^ Recipients { IVectorView<Platform::String ^> ^ get(); };
IVectorView<winrt::hstring> Recipients();
public IReadOnlyList<string> Recipients { get; }
var iVectorView = emailMailboxResolveRecipientsRequest.recipients;
Public ReadOnly Property Recipients As IReadOnlyList(Of String)
Property Value
A list of recipients.
Windows requirements
App capabilities |
email
emailSystem
|