
|
|
This interface is available in EFT Server 5.2 and later. |
The ICIPgpActionParams interface allows you to make changes to the OpenPGP Event Action settings. Access the ICIPgpActionParams interface with the ICIEventAction Params property (when its Type property returns PGPAction).
Example:
If action.Type = 32 then ‘PGPAction
Set pgpParams = action.Params
EndIf