MaxCertificates

ResolveRecipientsOptions.MaxCertificates property

Limits the total number of certificates that are returned by the server. The value of the MaxCertificates is limited to a range of 0–9999. This limit ensures that no individual recipient receives an incomplete set of certificates. If the MaxCertificates limit is reached while enumerating certificates for an address list, that address list will not get back any certificates and a Status value of 8 is returned.

public int? MaxCertificates { get; set; }

See Also