Outlook integration (Communication, Productivity). Imported from open-connector.
https://graph.microsoft.com/v1.0/me
/me/mailFolders
| Param | Type | Required | Description |
|---|---|---|---|
| nextLink | string | optional | Opaque pagination URL returned by a previous Outlook response. |
| includeHiddenFolders | boolean | optional | Whether to include hidden mail folders. |
| top | integer | optional | Maximum number of mail folders to return. |
| select | array | optional | Mail folder fields to request from Microsoft Graph. |
/me/messages
| Param | Type | Required | Description |
|---|---|---|---|
| mailFolderId | string | optional | Outlook mail folder ID. |
| top | integer | optional | Maximum number of messages to return. |
| filter | string | optional | OData filter expression for the messages query. |
| orderby | string | optional | OData orderby expression for the messages query. |
| select | array | optional | Message fields to request from Microsoft Graph. |
| nextLink | string | optional | Opaque pagination URL returned by a previous Outlook response. |
| bodyContentType | string | optional | Preferred Outlook body content type for the response. |
/me/messages/{messageId}
| Param | Type | Required | Description |
|---|---|---|---|
| messageId | string | required | Outlook message ID. |
| select | array | optional | Message fields to request from Microsoft Graph. |
| bodyContentType | string | optional | Preferred Outlook body content type for the response. |
/me/messages
| Param | Type | Required | Description |
|---|---|---|---|
| subject | string | required | Subject line for the message. |
| body | string | required | Body content for the message. |
| isHtml | boolean | optional | Whether the message body is already HTML content. |
| toRecipients | array | optional | Primary recipients for the message. |
| ccRecipients | array | optional | Cc recipients for the message. |
| bccRecipients | array | optional | Bcc recipients for the message. |
| replyTo | array | optional | Reply-to recipients for the message. |
| importance | string | optional | Message importance. |
| categories | array | optional | Categories for the message. |
/me/messages/{messageId}
| Param | Type | Required | Description |
|---|---|---|---|
| messageId | string | required | Outlook message ID. |
| subject | string | optional | Subject line for the message. |
| body | string | optional | Body content for the message. |
| isHtml | boolean | optional | Whether the message body is already HTML content. |
| toRecipients | array | optional | Primary recipients for the message. |
| ccRecipients | array | optional | Cc recipients for the message. |
| bccRecipients | array | optional | Bcc recipients for the message. |
| replyTo | array | optional | Reply-to recipients for the message. |
| importance | string | optional | Message importance. |
| categories | array | optional | Categories for the message. |
/me/messages/{messageId}/send
| Param | Type | Required | Description |
|---|---|---|---|
| messageId | string | required | Outlook message ID. |
/me/mailboxSettings
/me/mailboxSettings
| Param | Type | Required | Description |
|---|---|---|---|
| automaticRepliesSetting | object | optional | A generic JSON object returned by Microsoft Graph. |
| dateFormat | string | optional | Updated date format. |
| delegateMeetingMessageDeliveryOptions | string | optional | Updated delegate meeting-message delivery behavior. |
| language | object | optional | A generic JSON object returned by Microsoft Graph. |
| timeFormat | string | optional | Updated time format. |
| timeZone | string | optional | Updated mailbox time zone. |
| workingHours | object | optional | A generic JSON object returned by Microsoft Graph. |