ResolveRecipientsOptionsMaxCertificates 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.
Namespace:
Aspose.Email.Clients.ActiveSync.TransportLayer
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 22.4
Syntaxpublic int? MaxCertificates { get; set; }
Public Property MaxCertificates As Integer?
Get
Set
public:
property Nullable<int> MaxCertificates {
Nullable<int> get ();
void set (Nullable<int> value);
}
member MaxCertificates : Nullable<int> with get, set
Property Value
Type:
NullableInt32
See Also