RDOAccountOrderList object |
RDOAccountOrderList collection represents the order of accounts of a given kind (mail, store or address book) returned by the RDOAccounts.GetOrder method.
Returned by:
RDOAccounts.GetOrder
The example below prints the order of the mail, store and address book accounts
set Session =
CreateObject("Redemption.RDOSession") |
Derived from: IDispatch |
||
|
||
Properties |
||
|
||
Item(Index) |
Returns an account (RDOAccount) with the given index Index - integer, 1 through Count |
|
Count |
Integer, read-only. Returns the number of account in the list. |
|
Methods |
||
|
||
SetItem(Index, Account) |
Set the order of the specified account.
Index - integer,1 through Count. Account - RDOAccount object.
|
'move an account
with a given name to the end of the account list |