Recipients

ResolveRecipientsResponse.Recipients property

Represents recipients that have been resolved. More than one Recipient are returned in a Response if the To specified in the request was either resolved to a distribution list or found to be ambiguous. The status code returned in the Response can be used to determine if the recipient was found to be ambiguous. The recipient would be a suggested match if the recipient specified in the request was found to be ambiguous. Certificates are returned if the client requested certificates to be returned in the response.

public List<Recipient> Recipients { get; }

See Also