Message

A message in a mailFolder. Contains the message subject, body, sender, recipients, and other metadata.

CloudCollaborationEnterpriseMicrosoftProductivity

Properties

Name Type Description
id string Unique identifier for the message.
subject string The subject of the message.
bodyPreview string The first 255 characters of the message body in text format.
toRecipients array The To recipients for the message.
ccRecipients array The Cc recipients for the message.
bccRecipients array The Bcc recipients for the message.
replyTo array The email addresses to use when replying.
conversationId string The ID of the conversation the email belongs to.
conversationIndex string The index of the message in the conversation.
receivedDateTime string The date and time the message was received.
sentDateTime string The date and time the message was sent.
createdDateTime string The date and time the message was created.
lastModifiedDateTime string The date and time the message was last changed.
hasAttachments boolean Indicates whether the message has attachments.
internetMessageId string The message ID in RFC2822 format.
importance string The importance of the message.
isRead boolean Indicates whether the message has been read.
isDraft boolean Indicates whether the message is a draft.
isDeliveryReceiptRequested boolean Indicates whether a delivery receipt is requested.
isReadReceiptRequested boolean Indicates whether a read receipt is requested.
categories array The categories associated with the message.
parentFolderId string The unique identifier for the message's parent mailFolder.
webLink string The URL to open the message in Outlook on the web.
inferenceClassification string The classification of the message based on inferred relevance.
View JSON Schema on GitHub