
|
|
This interface is available in EFT Server 5.2 and later. |
The ICICleanupActionParams interface allows you to make changes to the Cleanup in Folder Event Action settings. Access the ICICleanupActionParams interface with ICIEventActionParams property (when its Type property returns CleanupAction).
Example:
If action.Type = 128 then ‘CleanupAction
Set cleanupParams = action.Params
EndIf