interface MicrosoftOutlookV1NodeParameters {
additionalFields?:
| {
attachments?: {
attachments: { binaryPropertyName?: string }[];
};
bccRecipients?: string;
bodyContentType?: "html"
| "Text";
categories?: unknown[];
ccRecipients?: string;
from?: string;
importance?: "High" | "Low" | "Normal";
internetMessageHeaders?: {
headers: { name?: string; value?: string }[];
};
isReadReceiptRequested?: boolean;
replyTo?: string;
toRecipients?: string;
}
| { recipients?: string }
| {
attachments?: {
attachments: { binaryPropertyName?: string }[];
};
bccRecipients?: string;
bodyContent?: string;
bodyContentType?: "html"
| "Text";
ccRecipients?: string;
from?: string;
importance?: "High" | "Low" | "Normal";
internetMessageHeaders?: {
headers: { name?: string; value?: string }[];
};
isReadReceiptRequested?: boolean;
replyTo?: string;
subject?: string;
toRecipients?: string;
}
| {
attachments?: {
attachments: { binaryPropertyName?: string }[];
};
bccRecipients?: string;
bodyContentType?: "html"
| "Text";
categories?: unknown[];
ccRecipients?: string;
from?: string;
importance?: "High" | "Low" | "Normal";
internetMessageHeaders?: {
headers: { name?: string; value?: string }[];
};
isReadReceiptRequested?: boolean;
replyTo?: string;
saveToSentItems?: boolean;
toRecipients?: string;
}
| { fileName?: string }
| { fields?: string; filter?: string }
| {
dataPropertyAttachmentsPrefixName?: string;
fields?: string;
filter?: string;
};
attachmentId?: string;
binaryPropertyName?: string;
bodyContent?: string;
comment?: string;
displayName?: string;
filterQuery?: string;
folderId?: string;
folderType?: "folder"
| "searchFolder";
includeNestedFolders?: boolean;
limit?: number;
messageId?: string;
operation?:
| "create"
| "get"
| "getAll"
| "update"
| "add"
| "delete"
| "move"
| "download"
| "send"
| "reply"
| "getChildren"
| "getMime";
replyType?: "reply"
| "replyAll";
resource?:
| "message"
| "folder"
| "draft"
| "folderMessage"
| "messageAttachment";
returnAll?: boolean;
send?: boolean;
sourceFolderIds?: string;
subject?: string;
toRecipients?: string;
updateFields?: | {
displayName?: string;
filterQuery?: string;
includeNestedFolders?: boolean;
sourceFolderIds?: string;
}
| {
bccRecipients?: string;
bodyContent?: string;
bodyContentType?: "html"
| "Text";
categories?: unknown[];
ccRecipients?: string;
from?: string;
importance?: "High" | "Low" | "Normal";
internetMessageHeaders?: {
headers: { name?: string; value?: string }[];
};
isRead?: boolean;
isReadReceiptRequested?: boolean;
replyTo?: string;
subject?: string;
toRecipients?: string;
};
}
Properties§
Source§readonly additional Fields?:
| {
attachments?: {
attachments: { binaryPropertyName?: string }[];
};
bccRecipients?: string;
bodyContentType?: "html"
| "Text";
categories?: unknown[];
ccRecipients?: string;
from?: string;
importance?: "High" | "Low" | "Normal";
internetMessageHeaders?: {
headers: { name?: string; value?: string }[];
};
isReadReceiptRequested?: boolean;
replyTo?: string;
toRecipients?: string;
}
| { recipients?: string }
| {
attachments?: {
attachments: { binaryPropertyName?: string }[];
};
bccRecipients?: string;
bodyContent?: string;
bodyContentType?: "html"
| "Text";
ccRecipients?: string;
from?: string;
importance?: "High" | "Low" | "Normal";
internetMessageHeaders?: {
headers: { name?: string; value?: string }[];
};
isReadReceiptRequested?: boolean;
replyTo?: string;
subject?: string;
toRecipients?: string;
}
| {
attachments?: {
attachments: { binaryPropertyName?: string }[];
};
bccRecipients?: string;
bodyContentType?: "html"
| "Text";
categories?: unknown[];
ccRecipients?: string;
from?: string;
importance?: "High" | "Low" | "Normal";
internetMessageHeaders?: {
headers: { name?: string; value?: string }[];
};
isReadReceiptRequested?: boolean;
replyTo?: string;
saveToSentItems?: boolean;
toRecipients?: string;
}
| { fileName?: string }
| { fields?: string; filter?: string }
| {
dataPropertyAttachmentsPrefixName?: string;
fields?: string;
filter?: string;
}
readonly additional Fields?:
| {
attachments?: {
attachments: { binaryPropertyName?: string }[];
};
bccRecipients?: string;
bodyContentType?: "html"
| "Text";
categories?: unknown[];
ccRecipients?: string;
from?: string;
importance?: "High" | "Low" | "Normal";
internetMessageHeaders?: {
headers: { name?: string; value?: string }[];
};
isReadReceiptRequested?: boolean;
replyTo?: string;
toRecipients?: string;
}
| { recipients?: string }
| {
attachments?: {
attachments: { binaryPropertyName?: string }[];
};
bccRecipients?: string;
bodyContent?: string;
bodyContentType?: "html"
| "Text";
ccRecipients?: string;
from?: string;
importance?: "High" | "Low" | "Normal";
internetMessageHeaders?: {
headers: { name?: string; value?: string }[];
};
isReadReceiptRequested?: boolean;
replyTo?: string;
subject?: string;
toRecipients?: string;
}
| {
attachments?: {
attachments: { binaryPropertyName?: string }[];
};
bccRecipients?: string;
bodyContentType?: "html"
| "Text";
categories?: unknown[];
ccRecipients?: string;
from?: string;
importance?: "High" | "Low" | "Normal";
internetMessageHeaders?: {
headers: { name?: string; value?: string }[];
};
isReadReceiptRequested?: boolean;
replyTo?: string;
saveToSentItems?: boolean;
toRecipients?: string;
}
| { fileName?: string }
| { fields?: string; filter?: string }
| {
dataPropertyAttachmentsPrefixName?: string;
fields?: string;
filter?: string;
}
Source§readonly limit?: number
readonly limit?: number
Max number of results to return Default: 100 Type options: {"minValue":1,"maxValue":500}
Source§readonly operation?:
| "create"
| "get"
| "getAll"
| "update"
| "add"
| "delete"
| "move"
| "download"
| "send"
| "reply"
| "getChildren"
| "getMime"
readonly operation?:
| "create"
| "get"
| "getAll"
| "update"
| "add"
| "delete"
| "move"
| "download"
| "send"
| "reply"
| "getChildren"
| "getMime"
Default: "create"
Source§readonly resource?:
| "message"
| "folder"
| "draft"
| "folderMessage"
| "messageAttachment"
readonly resource?:
| "message"
| "folder"
| "draft"
| "folderMessage"
| "messageAttachment"
Default: "message"
Source§readonly send?: boolean
readonly send?: boolean
Whether to send the reply message directly. If not set, it will be saved as draft. Default: true
Source§readonly source Folder Ids?: string
readonly source Folder Ids?: string
The mailbox folders that should be mined Default: [] Type options: {"multipleValues":true}
Source§readonly to Recipients?: string
readonly to Recipients?: string
Email addresses of recipients. Multiple can be added separated by comma.
Source§readonly update Fields?:
| {
displayName?: string;
filterQuery?: string;
includeNestedFolders?: boolean;
sourceFolderIds?: string;
}
| {
bccRecipients?: string;
bodyContent?: string;
bodyContentType?: "html"
| "Text";
categories?: unknown[];
ccRecipients?: string;
from?: string;
importance?: "High" | "Low" | "Normal";
internetMessageHeaders?: {
headers: { name?: string; value?: string }[];
};
isRead?: boolean;
isReadReceiptRequested?: boolean;
replyTo?: string;
subject?: string;
toRecipients?: string;
}
readonly update Fields?:
| {
displayName?: string;
filterQuery?: string;
includeNestedFolders?: boolean;
sourceFolderIds?: string;
}
| {
bccRecipients?: string;
bodyContent?: string;
bodyContentType?: "html"
| "Text";
categories?: unknown[];
ccRecipients?: string;
from?: string;
importance?: "High" | "Low" | "Normal";
internetMessageHeaders?: {
headers: { name?: string; value?: string }[];
};
isRead?: boolean;
isReadReceiptRequested?: boolean;
replyTo?: string;
subject?: string;
toRecipients?: string;
}
Fields to update Default: {}
Default: {}