Outlook Mail (Office 365) Connector
Documentation
Version: 2
Documentation

EndPoint Send Mail


Name

send_mail

Description

Sends an email message. [API Help]

Parameters

Parameter Label Required Options Description
UserId User ID or Email YES The Microsoft Mail user ID GUID or email address for the account to read messages from. (Examples: '4ff54a77-9c09-4274-958f-83bdc0a53900' or 'first.last@domain.com')

Output Columns

Label DataType Length Raw Description
Id DT_WSTR 4000 False
Response DT_WSTR 255 False

Input Columns

Label DataType Length Raw Description
Subject DT_WSTR 250 False
BodyContentType DT_WSTR 8 False
BodyContent DT_NTEXT 0 False
ToRecipients DT_WSTR 4000 True
CcRecipients DT_WSTR 4000 True
BccRecipients DT_WSTR 4000 True
InternetMessageHeaders DT_WSTR 4000 True
Attachments DT_NTEXT 0 True
Importance DT_WSTR 10 False
IsDeliveryReceiptRequested DT_BOOL 0 False
IsReadReceiptRequested DT_BOOL 0 False
SaveToSentItems DT_BOOL 0 False