Configuring Tasks - Processes/Scripts - Built-In - SMIME Receive

"SMIME Receive" retrieves messages from a POP3 server, decrypts them if necessary using a certificate in the Windows certificate store, and adds the attachments, if any, to the list of files to be processed.

Input Parameters

SMIME_POPAddress (Required) - The address of the POP3 server; e.g., mail.mycompany.com.

SMIME_Username (Required) - The username for accessing the above POP3 server; e.g., joeuser.

SMIME_Password - The password for the above POP3 user account.

SMIME_DelWhenDone - Whether to delete messages when done processing them (default: True).

SMIME_DelMsgWOAttach - Whether to delete messages found on the POP3 account that do not contain attachments. If SMIME_DelWhenDone is True, messages will be deleted anyway. (default: False).

If the script fails to run and returns an error, it is most likely due to a configuration error. See the list of error codes below to determine what the problem might be:

Error Code   Meaning
500 A required task parameter was not found
501 Could not access POP3 server
502 Error while retrieving a message
503 Error decrypting a message
504 Error verifying a message signature
505 Error saving attachment file