Platform SDK: Exchange Server

ACTIONS

The ACTIONS structure contains all of the actions that can be executed on a public folder.

Quick Info

Header file: EDKMDB.H

typedef struct
  {
  ULONG     ulVersion;
  UINT      cActions;
  ACTION *  lpAction;
  }  ACTIONS; 
 

Members

ulVersion
Set this to EDK_RULES_VERSION, which is defined in EDKMDB.H.
cActions
The number of ACTION structures pointed to by lpAction.
lpAction
An array of ACTION structures.

See Also

ACTION