- Documentation
- Activities
- Send Outlook Email
Send an email using Outlook Desktop app
Inputs
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
To emailTo | string | Required | — | — |
CC emailCc | string | Optional | — | — |
BCC emailBcc | string | Optional | — | — |
Subject emailSubject | string | Required | — | — |
Body emailBody | text | Required | — | — |
HTML Body isHtml | boolean | Optional | false | — |
Attachments attachments | string | Optional | — | — |
Send Immediately sendImmediately | boolean | Optional | true | — |
Output
EmailSentBooleanWhether the email was sent successfully
Compatibility
WindowsLinuxAttendedUnattended
Related activities
Delete Email
Delete an email (moves to Deleted Items)
Forward Email
Forward an email to another recipient
Get Outlook Emails
Fetch emails from Outlook app on your computer
Mark Email Read/Unread
Mark an email as read or unread
Move Email
Move an email to a different folder
Receive Emails (IMAP)
Fetch emails from your inbox using server settings