Disconnect-Email
Command Description
Disconnect IMAP
Command Prototype
IMAP.Close(objIMAP)
Parameter Description
Parameter | Required | Type | Default | Description |
---|---|---|---|---|
objIMAP | True | expression | objIMAP | The controllable connection object returned by the "connect mailbox" command |
Demo
/*
Intake:
objIMAP--The manipulable connection object returned by the "connect mailbox" command
Command prototype: IMAP.Close(objIMAP)
*/
IMAP.Close(objIMAP)