Microsoft Graph API - Move mail message action

The Move mail message action moves a message to another folder within the specified user's mailbox. This creates a new copy of the message in the destination folder and removes the original message.

Input

Input fieldDescription
Destination folder ID or nameThe target folder's unique ID or well-known name where the email will be moved.
Message IDThe unique identifier of the email message to be moved.
User ID or principal nameThe unique ID or email address of the mailbox owner.
Mail folder IDThe unique ID of the source folder containing the email.

Output

Output fieldDescription
OData ETagEntity tag for concurrency control.
Message IDUnique identifier for the message.
Created DateTimeDate and time when the message was created.
Last Modified DateTimeDate and time when the message was last modified.
Change KeyIdentifies a specific version of the message.
CategoriesList of categories associated with the message.
Received DateTimeDate and time when the message was received.
Sent DateTimeDate and time when the message was sent.
Has AttachmentsIndicates whether the message has attachments (Yes/No).
Internet Message IDUnique identifier for the message in internet format.
SubjectSubject of the message.
Body PreviewPreview text of the message body.
ImportanceImportance level of the message. For example, Low, Normal, High.
Parent Folder IDID of the parent folder containing the message.
Conversation IDID of the conversation thread.
Conversation IndexPosition of the message in the conversation thread.
Delivery Receipt RequestedIndicates if a delivery receipt was requested (Yes/No).
Read Receipt RequestedIndicates if a read receipt was requested (Yes/No).
Is ReadIndicates if the message has been read (Yes/No).
Is DraftIndicates if the message is a draft (Yes/No).
Web LinkURL to access the message in a web browser.
Inference ClassificationClassification of the message. For example, Focused, Other.
Body Content TypeType of content in the message body. For example, Text, HTML.
Body ContentActual content of the message body.
Sender NameName of the sender.
Sender Email AddressEmail address of the sender.
From NameName of the person who sent the message.
From Email AddressEmail address of the sender.
To Recipient NameName of the recipient.
To Recipient Email AddressEmail address of the recipient.
CC RecipientsList of CC recipients.
BCC RecipientsList of BCC recipients.
Reply ToList of reply-to email addresses.
Flag StatusStatus of the message flag. For example, Not Flagged, Complete, Flagged.

Last updated: