Forward SMTP Mail
Used to forward a mail via SMTP.
Options
- Use SSL: Specifies whether the email message is sent using SSL.
- Type:
System.Boolean - Required
- Type:
Email
- Body: The body of the email message
- Type:
System.String
- Type:
- Original Message: The original instance of the email to be forwarded
- Type:
MimeKit.MimeMessage - Required
- 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:
Receiver
- Bcc: The hidden recipients of the email message
- Type:
System.String
- Type:
- Cc: The secondary recipients of the email message
- Type:
System.String
- Type:
- To: The main recipients of the email message
- Type:
System.String - Required
- Type:
Sender
- From: The email address of the sender.
- Type:
System.String - Required
- Type:
- Name: The display name of the sender.
- Type:
System.String - Required
- Type: