| |
| INT UnselectMailbox( |
| |
BOOL bExpunge |
|
| ); |
The UnselectMailbox method unselects the current
mailbox.
Parameters
- bExpunge
- A boolean flag which determines if deleted messages will be
expunged from the mailbox. A non-zero value specifies that messages
that have been marked for deletion will be removed from the
mailbox. A zero value specifies that no messages will be removed
from the mailbox.
Return Value
If the method succeeds, it returns zero. If an error occurs, the
method returns IMAP_ERROR. To get extended error information, call
GetLastError.
Requirements
Minimum Desktop Platform: Windows 7 (Service Pack 1)
Minimum Server Platform: Windows Server 2008 R2 (Service Pack 1)
Header File: cstools10.h
Import Library: csmapv10.lib
See Also
DeleteMailbox,
ExamineMailbox,
GetFirstMailbox,
GetMailboxStatus,
GetNextMailbox,
RenameMailbox,
ReselectMailbox,
SelectMailbox
|
|