mailjet-apiv3-dotnet
mailjet-apiv3-dotnet copied to clipboard
How can i get the Message-ID?
Hello,
I am sending emails using Mailjet and want to reply to these emails programmatically. I understand that I need to set the headers with the previous Message-Ids.
- In-Reply-To
- References
How do I get these Message-Ids? I can't set the Message-ID header myself, so I need to retrieve it from Mailjet, which does not seem to be possible. In the response, i can only find mailjet specific IDs which i cannot use for anything in this case.
Any solutions?