Feedback

  • Contents
 

Query Mail System

This Email tool queries the given mail system to check for support for the given "special" folders.

Input

Mailbox

String representing the mailbox cookie for the mailbox.

Timeout

The number of seconds the tool will wait for a return value.

Outputs

Supports Inbox

A Boolean variable indicating whether or not the mail system supports an Inbox folder.

Supports Outbox

A Boolean variable indicating whether or not the mail system supports an Outbox folder.

Supports Sent Items

A Boolean variable indicating whether or not the mail system supports a Sent Items folder.

Supports Deleted Items

A Boolean variable indicating whether or not the mail system supports a Deleted Items folder.

Supports Out Of Office

A boolean variable indicating whether or not the mail system supports Out Of Office messages.

Result

The results of the operation.

See Email Tool Result Codes for more information.

Exit Paths

Success

This path is taken if the query is successful.

Failure

This path is taken if the operation fails.