Share via


EmailMailboxResolveRecipientsRequest.Recipients Property

Definition

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

IVectorView<String>

IReadOnlyList<String>

IVectorView<Platform::String>

IVectorView<winrt::hstring>

A list of recipients.

Windows requirements

App capabilities
email emailSystem

Applies to