I use PHPMailer to send e-mails from an application. For IMAP-bases accounts, I can then imap_append the e-mail I just sent to the .Sent folder, so that to the user, it is like he or she sent the e-mail. I would like to do the same with Microsoft Graph, so send the e-mail through PHPMailer, and then append the message to the sent folder in the Office365/Microsoft365 e-mail account. Is that possible? When I look at the docs, it seems to lean to either creating a draft message, or sending the whole thing through the API.
Append an e-mail to 'sent' using Microsoft Graph?
184 Views Asked by Guido Goluke At
1
There are 1 best solutions below
Related Questions in EMAIL
- Email Verification python eror
- Invalid format for email address in WordPress on Azure app service
- How to create an JSOUP element from byte array image (Load from Database)
- How can I look this email address
- Gsheet - Automatically send an email using a date & time in a Cell
- Install Postfix Mail Server
- Error 553 5.7.2 [TSS09] When Sending Emails to Yahoo and Outlook
- How to make my form send the submitted info to my email
- Cpanel filter encoding utf-8?
- Thunderbird Importing Emails imports 0 emails
- Python & Django web app - auto emails not sending
- Allowing any member of a dynamic group to send as from a shared mailbox
- How to fix "search in state AUTH" errror
- Rewriting CSS in MSO conditional comment doesn't work
- Sendgrid attachments in C#
Related Questions in MICROSOFT-GRAPH-API
- Teams tab application returns SSO error in mobile Outlook
- Implementing Incremental consent when using both application and delegated permissions
- Issue uploading files in spring boot java to onedrive using API
- Validating Access Token in ASP.NET Core Web API project
- MS Graph API Error 504: Timeout when send large data (Java Sdk 5.80.0)
- Why does the API getTeamsTeamActivityDetail has missing data?
- .NET 8 DownstreamAPI not authenticating
- Inquiry Regarding Feasibility of Fetching User login hours(In numbers) Status from Teams for SPFx Integration
- MS Graph .net SDK cannot expand calendar event SingleValueExtendedProperties
- How to disable cached responses from node fetch? (Microsoft Bookings API)
- Build self service Microsoft Partner Center portal using Graph API ( web app )
- Adding skiptoken to query parameters for graph api v5 requests
- OneDrive download link to a direct link not working, auth requested
- Microsoft Teams, Graph API, send message to channel InsufficientPrivileges MessageWritesBlocked-Thread is not marked for import
- Microsoft graph api to get lists in a sharepoint site not listing all lists
Related Questions in OFFICE365API
- Is it safe to integrate with SharePoint online API through a console application which is hosted on local VM
- Move sharepoint files using office365 Rest API
- How to change ordering admin.UserAdmin in Django Microsoft Auth
- Upload data to Sharepoint from Databricks using Python
- Microsoft MsGraph delegated access when Windows Login is synced with Azure/Entra Active Directory (Microsoft 365)
- VBA Uploading files to SharePoint using a file dialog
- File size limit for reading sharepoint file using python Office365-REST-Python-Client
- Why can not get body field in response of Microsoft Graph API for listing messages?
- Sharepoint Online(Using python office365 package) Listitem returning empty
- Correct date/time metadata for files on sharepoint based on file information from Word/Excel
- how to convert word Ooxml to html using javascript?
- Copy and paste file from sharepoint using pyhton and Office365-REST-Python-Client
- Sending email OAuth2 Office365
- odata API $count deserializing issue in azure synapse copy activity
- Python Office365 Rest API - Error with get_folder_by_server_relative_url .add function
Related Questions in MICROSOFT-GRAPH-MAIL
- What is the easiest way with Microsoft Graph to access email messages?
- Can't figure out how to filter mailFolder resources by single value extended property using Microsoft Graph API
- Microsoft Graph - Group Conversation Subscription not sending notifications
- Groups conversation webhook does not trigger
- MS Graph (Outlook) List messages 'ReceivedDateTime GT' operation failing by 1 second
- Microsoft Azure - sending emails with attachments
- Microsoft Graph API , http request with header
- "Error: couldn't find adapter method" when using Microsoft Graph Typescript SDK
- Microsoft Graph API - "Decline event" call fails
- $select=body not working while creating Subscription | Microsoft Graph API
- C# Graph - how to forward an email from [email protected] using credential flow with CreateForwardPostRequestBody
- Reading mail content from m365 group mailbox
- Extracting embedded images from emails using Microsoft.Graph.IMailFolderMessagesCollectionPage
- Microsoft.Graph Nuget - 'DeltaResponse' is obsolete
- How to grant delegate access to a specific O365 Shared Mailboxes for a System Managed Identity
Related Questions in OFFICE365CONNECTORS
- Send email with options in Power Apps using Office365Outlook Connector
- Power Apps Collection: How to access nested table items from collection?
- How often does the MS Teams connector (Incoming WebHook) URL expire/update?
- API-Gateway recipient validation of dynamically generated recipients
- office365ConnectorSend - not able to get the desired colour in the MS teams message
- When new email arrives (V3) Office365 Polling Frequency
- Append an e-mail to 'sent' using Microsoft Graph?
- Connect to other users Outlook in Azure Logic App
- O365 MS Teams MessageCard img alignment issue in markdown text
- Microsoft Teams MessageCard (Connector card) doesn't display Images
- Is there a way to automate webpage login and download report?
- Do we have any Spark connector to read the file(s) from OneDrive?
- Create a On-Premise Gateway from Linux to Power Automate
- Accessing online ExchangeArchive programmatically through PowerApps etc
- SQL 2019 Database Mail Setup to relay from an Office 365 Address
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular # Hahtags
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
If you set the extended property for pidTagMessageFlags https://learn.microsoft.com/en-us/office/client-developer/outlook/mapi/pidtagmessageflags-canonical-property to 4 when you create the Message (eg create a draft or Post to the SentItems folder) that will create a Message that looks like it was sent.
eg