Send Exchange Mail

Last modified by Nga Nguyen on 2022/05/16 03:39

RCA.Activities.Mail.SendExchangeMail

Description

This activity allows you to send email messages from Exchange.

image-20220505161016-1.png

(* is mandatory)

Properties

Attachments

  • Attachments Collection (IEnumerable< String >) - An IEnumerable object that specifies a list of files which you want to send as attachments.
  • Attachment - A list of string arguments that represent the attachments you want to send alongside the email.

Connection

Forward

  • Mail Message (MailMessage)- The message to be forwarded. This field only supports MailMessage objects.

Logon

  • Domain (String)* - The Active Directory domain to connect to.
    E.g: Mydomain.com
  • Password (String)* - The Password of the Exchange account to be used.
  • User (String)* - The User of the Exchange account to be used.

Mail

  • Body (String) - The body of the email message.
  • Subject(String) - The subject of the email message.

Misc

  • Public (Checkbox) - Check if you want to public it. Remember to consider data security requirement before using it.
  • Display Name (String) - The name of this activity. You can edit the name of the activity to organize and structure your code better.
    E.g: Send Exchange Mail

Options

  • Is Body Html (Checkbox) - Specifies whether the body of the message is written in HTML format.
  • Is Draft (Checkbox) - Specifies whether the message should be saved as a draft.
  • Save Copy (Checkbox) - Specifies whether to save a copy of the email in the Sent folder. By default, this check box is cleared.

Receiver

  • Bcc (String) - The hidden recipients of the email message.
  • Cc (String) - The secondary recipients of the email message.
  • To (String)* - The main recipients of the email message.

Table of Content

  
Navigation