GetMailboxInfo
Contents
[
Hide
]GetMailboxInfo (1 of 4)
Gets the mailbox status info
Returns: Mailbox information
GetMailboxInfo()
GetMailboxInfo (2 of 4)
Gets the mailbox status info
Returns: Mailbox information
GetMailboxInfo(bool closeTransaction)
| Parameter | Description |
|---|---|
| closeTransaction | Indicates if current transaction has to be closed, before the list is retrieved. |
GetMailboxInfo (3 of 4)
Gets the mailbox status info
Returns: Mailbox information
GetMailboxInfo(System::SharedPtr < IConnection > connection)
| Parameter | Description |
|---|---|
| connection | Connection to a server |
GetMailboxInfo (4 of 4)
Gets the mailbox status info
Returns: Mailbox information
GetMailboxInfo(System::SharedPtr < IConnection > connection, bool closeTransaction)
| Parameter | Description |
|---|---|
| connection | Connection to a server |
| closeTransaction | Indicates if current transaction has to be closed, before the list is retrieved. |