This is the legacy 4D documentation web site. Documentations are progressively being moved to developer.4d.com

Home

 
4D v20
IMAP_GetCurrentMB

IMAP_GetCurrentMB 


 

IMAP_GetCurrentMB ( imap_ID ; mbName ) -> Function result 
Parameter Type   Description
imap_ID  Longint in Reference to an IMAP login
mbName  Text in Name of the current mailbox
Function result  Integer in Error code

The IMAP_GetCurrentMB command returns the current working mailbox name.

imap_ID is a long integer reference to an open connection created with IMAP_Login.

mbName returns full name of the current mailbox. If the mbName value is a null string, no mailbox is currently selected.



See also 

IMAP_CloseCurrentMB
IMAP_SetCurrentMB

 
PROPERTIES 

Product: 4D
Theme: IC IMAP Review Mail (deprecated)
Number: 88877

 
PAGE CONTENTS 
 
HISTORY 

Created: 4D Internet Commands 6.8.1

 
ARTICLE USAGE

4D Internet Commands ( 4D v20)