RDOActions object |
RDOActions collection represents all the specialized actions (RDOAction) that can be executed on a message.
Returned by:
RDOMail.Actions
The example below creates a message with a custom action and sends it to the specified recipient:
et Session =
CreateObject("Redemption.RDOSession") |
Derived from: IDispatch |
|||
|
|||
Properties |
|||
|
|||
Count |
Integer, read-only. Returns thee number of actions available on a message.
|
||
_Item[Index] |
Returns
RDOAction representing an action with a
given index.
Index - variant, either an integer (1 through Count) or a string (name of the action).
|
||
Methods |
|||
|
|||
Add |
Adds and returns a new action (RDOAction)
|
see example above |
|
Item(Index) |
Returns
RDOAction representing an action with a
given index. Index - variant, either an integer (1 through Count) or a string (name of the action).
|
||
Remove(Index) |
Removes an action with the specified index
Index - integer, 1 through Count |
||
|