Description
-
Decrypts digitally encrypted message.
Return Type
-
None
Syntax
-
object.Decrypt Certificate
The Decrypt Method syntax has these parts:
object |
An expression
evaluating to an object of type Pop3Msg. |
Certificate |
Required. ICertificate object
that holds your certificate and private key. |
Remarks
-
Decrypt method will decrypt digitally encrypted message using
S/MIME standard. You can only decrypt messages that were encrypted
for you (using your public key that can be found in your
certificate), and only if you are in possession of the matching
private key. When Decrypt method is called, wodPop3 will (if
possible) replace contents of the message with decrypted data.
-
-
You must specify provide ICertificate object in Certificate
argument that contains both your certificate and the private key in
order to decrypt message successfully.
|