Skip to main content

Delete POP3 Mail Message

Deletes a POP3 email message.

Input

  • Message: MimeMessage instance to be deleted
    • Type: MimeKit.MimeMessage
    • Required

Options

  • Ignore CRL: Specifies whether to ignore the Certificate Revocation List validation when connecting.
    • Type: System.Boolean
    • Required
  • Mark as Read: Specifies whether to mark retrieved messages as read. By default, this check box is cleared.
    • Type: System.Boolean
    • Required
  • 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

Host

  • Port: The port that the email message is to be sent through.
    • Type: System.Int32
    • Required
  • Server: The email server host that is to be used.
    • Type: System.String
    • Required

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

Logon

  • Email: The email account used to send the message.
    • Type: System.String
  • Password: The password of the email account used to perform the action.
    • Type: System.String