Hello,
With the CAPICOM SDK I m able to retrieve for a certificat Email and Serial number :
ISignedDataPtr oSignedData = NULL;
ISignerPtr oSigner = oSignedData->Signers->Item[1];
_bstr_t bstrMail=oSigner->Certificate->GetInfo(CAPICOM_CERT_INFO_SUBJECT_EMAIL_NAME);
_bstr_t bstrSerial=oSigner->Certificate->SerialNumber;
Is it possible to do the same with the EAGetMailObjLib::ICertificatePtr?
Best regards,
florent