POP3 Adapter Reference
Tagged Values (<<POP3Alias>>)
Tagged Value | Description | Allowed Values | |
---|---|---|---|
host | POP3 host. | A valid hostname. | |
port | POP3 port. | A valid port number. | |
user | Username/password. |
POP3 Adapter Parameters
Name | Type | Direction | Description |
---|---|---|---|
server | String | in | Specify the POP3 server. |
port | Integer | in | Specify the POP3 port. |
authentication | POP3Authentication | in | Use this parameter to provide the POP3 username and password. |
deleteOnServer | Boolean | in | Specify whether messages that have been read should be deleted on the server. |
sessionID | String | out | This parameter returns the POP3 session ID. |
message | POP3Message | out | This parameter returns a POP3 message. |
POP3 Adapter Parameter Types
Class | Attribute | Type | Description |
---|---|---|---|
POP3Authentication | username | String | Username for authentication. |
password | String | Password for authentication. | |
POP3Message | content | Blob | POP3 message content. |
sender | String | POP3 message sender. | |
recipient | String | POP3 message recipient. | |
date | DateTime | POP3 message date. | |
subject | String | POP3 message subject. | |
id | String | POP3 message id. | |
headerParameters | MIMEHeaderField | POP3 message header parameters. | |
header | Blob | POP3 message header. | |
messageNumber | Integer | POP3 message number. | |
MIMEHeaderField | name | String | Name of the MIME header. |
value | String | Value of the MIME header. |