IP*Works! Encrypt V9 - Online Help
IP*Works! Encrypt V9
Questions / Feedback?

RecipientInfo Event

Fired for each recipient certificate of the encrypted message.

Syntax

typedef void __fastcall (__closure *TipcSMIMERecipientInfoEvent)(System::TObject* Sender, TipcSMIMERecipientInfoEventParams *e);

__property TipcSMIMERecipientInfoEvent OnRecipientInfo = {read=FOnRecipientInfo, write=FOnRecipientInfo};

typedef struct {
     String Issuer;
     String SerialNumber;
     String EncryptionAlgorithm;
} TipcSMIMERecipientInfoEventParams;

Remarks

When GetRecipientInfo has been called on a valid encrypted message, this event will fire for each recipient certificate that the message has been encrypted for.

It will contain information about the Issuer and the SerialNumber of the recipient cert.

The EncryptionAlgorithm will contain the algorithm used to encrypt the message.

 
 
Copyright (c) 2017 /n software inc. - All rights reserved.
Build 9.0.6240.0