Aiwozo.OutlookMailCoreActivities.SendMail
- This activity is used for sending mails.
Properties
Misc
- DisplayName (String) – To set a meaningful name according to the user.
- Attachents (InArgument<String>) – The attachments to be added to the email message.
- Body (InArgument<String>) – The body of the email message.
- Result (OutArgument<String>) –
- Subject (InArgument<String>) – The subject of the email message.
- To (InArgument<String>) – The main recipients of the email message.