wodImapServer ActiveX Component - ImapActions Enumeration
    
 

Description

These constants are used in several events, and define whether certain user action should be allowed or not. Typical example is inside Connected event. If you, from inside that event, set Action = Allow then you will allow user to login to server. If you set it to Deny, user will be rejected from the server.


Members
Constant Value Description
 Deny 0 Deny execution of the action.
 Allow 1 Allow to execute action.