Is there any framework other than COM to modify the Outlook mail item?

Madhavi Thakare 1 Reputation point
2022-05-03T07:50:14.91+00:00

I am looking for a new framework to modify the Outlook mail item other than COM. I need to add few properties in the mail item and also modify the content of the mail. Is there any such framework? Thanks in advance!

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,582 questions
Outlook Management
Outlook Management
Outlook: A family of Microsoft email and calendar products.Management: The act or process of organizing, handling, directing or controlling something.
4,885 questions
{count} votes

2 answers

Sort by: Most helpful
  1. Eugene Astafiev 891 Reputation points
    2022-05-03T09:47:49.223+00:00

    Yes, there is. You may consider using EWS if you deal with Exchange accounts only, see Explore the EWS Managed API, EWS, and web services in Exchange for more information. Also if you deal with Office365 you may consider switching to the Graph API, read more about that in the Use the Microsoft Graph API article.

    0 comments No comments

  2. Zehui Yao_MSFT 5,831 Reputation points
    2022-05-03T10:17:17.6+00:00

    Hello @Madhavi Thakare , currently Microsoft Graph supports update messages and extended properties, hope this helps you.


    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.