Get POP3 Mail Messages
Retrieves a POP3 email message from a specified server.
Options
- Delete Messages: Specifies if the read messages should be marked for delete.
- Type:
System.Boolean - Required
- Type:
- Ignore CRL: Specifies whether to ignore the Certificate Revocation List validation when connecting.
- Type:
System.Boolean - Required
- Type:
- SecureConnection: Specifies the SSL and/or TLS encryption to be used for the connection.
- Type:
System.Int32 - Required
- Dropdown Options:
- None
- Auto
- SSL On Connect
- Start TLS
- Start TLS When Available
- Type:
- Top: The number of messages to be retrieved starting from the top of the list.
- Type:
System.Int32 - Required
- Type:
Output
- Messages: The retrieved messages as a collection of MimeMessage objects.
- Type:
System.Collections.Generic.IEnumerable<MimeKit.MimeMessage>
- Type:
Host
- Port: The port that the email message is to be sent through.
- Type:
System.Int32 - Required
- Type:
- Server: The email server host that is to be used.
- Type:
System.String - Required
- Type:
Common
- Timeout: Specifies the amount of time (in milliseconds) to wait for the activity to run before an error is thrown. The default value is 30000 milliseconds(30 seconds).
- Type:
System.Int32 - Required
- Type:
Logon
- Email: The email account used to send the message.
- Type:
System.String
- Type:
- Password: The password of the email account used to perform the action.
- Type:
System.String
- Type: