Dies ist die alte 4D Dokumentations-Website. Die neue und aktualisierte Dokumentation finden Sie unter developer.4d.com |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
4D v19
IMAP_RenameMB
|
IMAP_RenameMB ( imap_ID ; mbName ; newMBName ) -> Funktionsergebnis | ||||||||
Parameter | Typ | Beschreibung | ||||||
imap_ID | Lange Ganzzahl |
![]() |
Reference to an IMAP login | |||||
mbName | Text |
![]() |
Name of the mailbox to be renamed | |||||
newMBName | Text |
![]() |
New mailbox name | |||||
Funktionsergebnis | Ganzzahl |
![]() |
Error code | |||||
The IMAP_RenameMB command changes the name of a mailbox. Attempting to rename a mailbox from a mailbox name that does not exist or to a mailbox name that already exists will generate an error.
Note: Renaming an INBOX is permitted and involves special behavior. It moves all messages in the INBOX to a new mailbox with the given name, leaving the INBOX empty. If the server implementation allows child names for the INBOX, these are unaffected by its renaming.
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 renamed (see naming rules in the IMAP introduction).
newMBName is the full name to apply to rename the mbName mailbox.
Produkt: 4D
Thema: IC IMAP Review Mail (deprecated)
Nummer:
88860
Erstellt: 4D Internet Commands 6.8.1
4D Internet Commands ( 4D v19)