ResolveRecipientsCertificates Class

Contains information about the certificates for a recipient.
Inheritance Hierarchy
SystemObject
  Aspose.Email.Clients.ActiveSync.TransportLayerResolveRecipientsCertificates

Namespace:  Aspose.Email.Clients.ActiveSync.TransportLayer
Assembly:  Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax
public class ResolveRecipientsCertificates

The ResolveRecipientsCertificates type exposes the following members.

Constructors
  NameDescription
Public methodResolveRecipientsCertificates
Initializes a new instance of the ResolveRecipientsCertificates class
Properties
  NameDescription
Public propertyCertificateCount
Specifies the number of valid certificates that were found for the recipient. If a Status value of 8 is returned with the Certificates, the CertificateCount specifies the number of recipient certificates that were not returned.
Public propertyCertificates
Contains the list of X509 certificates as binary large object (BLOB). This element is returned by the server only if the client specifies a value of 2 in the CertificateRetrieval in the ResolveRecipients command request.
Public propertyMiniCertificate
Contains the mini-certificate BLOB. This element is returned only if the client specifies a value of 3 in the CertificateRetrieval in the ResolveRecipients command request and the resolved recipient has a valid S/MIME certificate.
Public propertyRecipientCount
Specifies the number of members belonging to a distribution list. It can be used to determine whether all recipients belonging to a distribution list have valid certificates by comparing values of the CertificateCount and RecipientCount elements.
Public propertyStatus
Indicates the result of the ActiveSync command request.
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
See Also