vb.net - Using EWS to retrieve attachments from signed emails -


i using exchange web services (ews) read emails , attachments. successful until started receiving emails digitally signed. found link ews: retrieving attachments signed emails solution starts off saying "... assuming security context has access key. " seems have problem. how can make sure security context has access key? how achieve that? code in above link gives me error: asn1 bad tag value met

are messages signed or encrypted (or both) ? decrypt encrypted message need have private key (eg smime these should have been exchanged) envelopedcms search current user (security context) , computer certificate store certificate information. in exchange in addition being stored locally certificate used decrypt message stored attachment on personal contact or in active directory http://blogs.technet.com/b/exchange/archive/2008/04/23/3405402.aspx.


Comments

Popular posts from this blog

how to insert data php javascript mysql with multiple array session 2 -

multithreading - Exception in Application constructor -

windows - CertCreateCertificateContext returns CRYPT_E_ASN1_BADTAG / 8009310b -