Dies ist die alte 4D Dokumentations-Website. Die neue und aktualisierte Dokumentation finden Sie unter developer.4d.com |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
4D v19
IMAP_SubscribeMB
|
IMAP_SubscribeMB ( imap_ID ; mbName ; mbSubscribe ) -> Funktionsergebnis | ||||||||
Parameter | Typ | Beschreibung | ||||||
imap_ID | Lange Ganzzahl |
![]() |
Reference to an IMAP login | |||||
mbName | Text |
![]() |
Name of the mailbox to subscribe or unsubscribe | |||||
mbSubscribe | Ganzzahl |
![]() |
0 = Do not subscribe; 1= Subscribe | |||||
Funktionsergebnis | Ganzzahl |
![]() |
Error code | |||||
The IMAP_SubscribeMB command allows adding or removing of the specified mailbox name to/from the IMAP server’s set of “subscribed” user mailboxes.
As such, the user can choose to narrow down a large list of available mailboxes by subscribing to those that he usually wants to see. To do this, he simply has to use the IMAP_ListMBs command with the subscribedMB optional parameter set to 1 (see IMAP_ListMBs).
imap_ID is a long integer reference to an open connection created with IMAP_Login.
mbName is the full name of the mailbox to be subscribed or unsubscribed.
Pass 0 in mbSubscribe to not subscribe to the mailbox; pass 1 to subscribe.
Produkt: 4D
Thema: IC IMAP Review Mail (deprecated)
Nummer:
88880
Erstellt: 4D Internet Commands 6.8.1
4D Internet Commands ( 4D v19)