Refresh Method  
 

Updates the list of available mailboxes.

Syntax

object.Refresh

Parameters

None.

Return Value

A value of zero is returned if the method succeeds. Otherwise, a non-zero error code is returned which indicates the cause of the failure.

Remarks

The Refresh method updates the list of mailboxes that may be selected by the client. The available mailboxes may be enumerated using the Mailbox property array, with the Mailboxes property returning the total number of mailboxes.

See Also

Mailbox Property, Mailboxes Property, MailboxName Property, ExamineMailbox Method, RenameMailbox Method, ReselectMailbox Method, SelectMailbox Method