These constants identify the type of rule action to perform.
|
Constant |
Value |
Description |
|---|---|---|
|
egwUnknownRuleAction |
0 |
Unknown rule action. |
|
egwAccept |
1 |
Accept the item. |
|
egwArchive |
2 |
Archive the item. |
|
egwCategory |
3 |
Apply a category to the item. |
|
egwDelegate |
4 |
Delegate the item. |
|
egwDelete |
5 |
Delete the item. |
|
egwForward |
6 |
Forward the item. |
|
egwLink |
7 |
Link/Copy the item into a folder. |
|
egwMarkPrivate |
8 |
Mark the item private. |
|
egwMarkRead |
9 |
Mark the item read. |
|
egwMarkUnread |
10 |
Mark the item unread. |
|
egwRuleMove |
11 |
Move the item to a folder. |
|
egwPurge |
12 |
Delete and empty the item. |
|
egwReply |
13 |
Reply to the item. |
|
egwReplyWithText |
14 |
Reply with text to the item. |
|
egwSend |
15 |
Send an item. |
|
egwStopRules |
16 |
Stop processing rules on the item. |