mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-21 11:49:59 +00:00
✨ Add isRead property & message:move to Outlook (#1724)
This commit is contained in:
@@ -175,6 +175,13 @@ export const draftMessageSharedFields = [
|
||||
],
|
||||
default: 'Low',
|
||||
},
|
||||
{
|
||||
displayName: 'Is Read',
|
||||
name: 'isRead',
|
||||
description: 'Indicates whether the message has been read.',
|
||||
type: 'boolean',
|
||||
default: false,
|
||||
},
|
||||
{
|
||||
displayName: 'Read Receipt Requested',
|
||||
name: 'isReadReceiptRequested',
|
||||
|
||||
Reference in New Issue
Block a user