The ACTIONS structure contains all of the actions that can be executed on a public folder.
typedef struct { ULONG ulVersion; UINT cActions; ACTION * lpAction; } ACTIONS;
ACTION