Move IMAP Mail Message
Moves an IMAP email message to a specified folder.
Input
- From Folder: The Mail Folder where the message can be found. If empty Inbox will be used.
- Type:
System.String
- Type:
- Original Message: The MimeMessage object to be moved
- Type:
MimeKit.MimeMessage - Required
- Type:
Options
- Ignore CRL: Specifies whether to ignore the Certificate Revocation List validation when connecting.
- Type:
System.Boolean - Required
- Type:
- Mark as Read: Specifies whether to mark retrieved messages as read. By default, this check box is cleared.
- 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:
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:
Destination
- To Folder: The mail folder to which the messages are to be moved
- Type:
System.String - 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: