Click or drag to resize

CertificateRetrieval Enumeration

Specifies whether S/MIME certificates SHOULD be returned by the server for each resolved recipient.

Namespace:  Aspose.Email.Clients.ActiveSync.TransportLayer
Assembly:  Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax
public enum CertificateRetrieval
Members
  Member nameValueDescription
DoNotRetrieve1 Do not retrieve certificates for the recipient (default).
RetrieveFull2 Retrieve the full certificate for each resolved recipient.
RetrieveMini3 Retrieve the mini certificate for each resolved recipient.
See Also