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
Syntaxpublic enum CertificateRetrieval
Public Enumeration CertificateRetrieval
public enum class CertificateRetrieval
type CertificateRetrieval
Members
| Member name | Value | Description |
---|
| DoNotRetrieve | 1 |
Do not retrieve certificates for the recipient (default).
|
| RetrieveFull | 2 |
Retrieve the full certificate for each resolved recipient.
|
| RetrieveMini | 3 |
Retrieve the mini certificate for each resolved recipient.
|
See Also