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
{count} votes

Accepted answer
  1. 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.


0 additional answers

Sort by: Most helpful

Your answer

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