MS Graph API create draft message with signature

Andrew Kennard 151 Reputation points
2024-07-12T12:57:54.3633333+00:00

How do I create a new draft message with my content and the users signature

When I interface with Outlook via COM I have to do a complex dance of creating a blank email message, copying the signature to the clipboard, noting the font and size and then creating another new message with my content and paste the signature into that new message after the content I wanted to add in the first place

I see no mention of signatures in the Graph API in relation to messages

Obviously when you create a new message in the browser version of outlook it does create it with your signature

How do I achieve this via MS Graph?

Thanks

Outlook | Windows | Classic Outlook for Windows | For business
Microsoft Security | Microsoft Graph

Answer accepted by question author
Anonymous
2024-07-15T02:17:20.0333333+00:00

Hi @Andrew Kennard

Currently the Graph API does not support the use of signatures when creating a new mail draft, see the documentation for Creating a new mail draft:

https://learn.microsoft.com/en-us/graph/api/user-post-messages?view=graph-rest-1.0&tabs=http

we suggest that you can submit a feature request idea using this support link, which will be monitored by Microsoft team and make the enhancements to Microsoft Graph APIs.

Hope this helps.

If the reply is helpful, please click Accept Answer and kindly upvote it. If you have additional questions about this answer, please click Comment.

Was this answer helpful?

1 person found this answer helpful.

1 additional answer

Sort by: Most helpful
  1. Mira El Kamali 0 Reputation points
    2025-11-13T15:41:19.07+00:00

    actually it is adding the signature but before my content message. can you help me solve it?

    Was this answer helpful?

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.