The ACTIONS structure contains all of the actions that can be executed on a public folder.
Header file: | EDKMDB.H |
typedef struct
{
ULONG ulVersion;
UINT cActions;
ACTION * lpAction;
} ACTIONS;
For additional information on this structure, see Working with Rules.