
Returns a new email search filter.
Click the Click for Options link to bring up the Options dialog.

Result – returns a SearchFilter.
Profit Tiger Systems Help Documentation
Just another WordPress site
Returns a new email search filter.
Click the Click for Options link to bring up the Options dialog.
Result – returns a SearchFilter.
Returns all messages for the currently selected mailbox.
Click the Click for Options link to bring up the Options dialog.
Account – the EmailMessage being used.
Result – returns all emails in a EmailCollection or the selected mailbox.
Returns the message count for the currently selected mailbox.
Click the Click for Options link to bring up the Options dialog.
Account – the ImapAccont being used.
Result – the number of messages for the currently selected mailbox.
Deletes an existing mailbox.
Account – the ImapAccount to be used.
Mailbox – the name of the mailbox to be deleted.
Result – returns true if successful, false if not.
Creates a new mailbox.
Account – the ImapAccount to be used.
Mailbox – the name of the mailbox to be created.
Result – returns true if successful, false if not.
Copies a EmailCollection to a designated mailbox.
Account – the ImapAccount to be used.
Messages – the EmailCollection that will be copied.
Mailbox – the name of the mailbox to be copied too.
Result – returns true if successful, false if not.
Copies a EmailMessage to a mailbox.
Account – the ImapAccount to be used.
Message – the EmailMessage that will be copied.
Mailbox – the name of the mailbox to be copied too.
Result – returns true if successful, false if not.
Adds the EmailMessage to a mailbox.
Account – the ImapAccount to be used.
Message– the EmailMessage that will be used.
Mailbox – the name of the mailbox.
Result – returns true if successful, false if not.
Selects a specific mailbox on the Imap server.
Click the Click for Options link to bring up the Options dialog.
Account – the ImapAccount being used.
Mailbox – the name of the mailbox to be selected. Example: using “Inbox” would select the mailbox names inbox.
Result – returns true if mailbox was successfully selected, false if it was not.
Sets a Socket proxy for the Imap server.
Click the Click for Options link to bring up the Options dialog.
Account – the ImapAccount being used.
Host – the Socket proxy server domain.
Username – the username for authentication.
Password – the password for authentication.
Port – the proxy port. Default is 1080.
Version – the version of Socket to use (No Socket, SOCKs4, SOCKS5).