mailjet-apiv3-dotnet icon indicating copy to clipboard operation
mailjet-apiv3-dotnet copied to clipboard

How can i get the Message-ID?

Open Munklinde96 opened this issue 1 year ago • 0 comments

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?

Munklinde96 avatar Jun 18 '24 15:06 Munklinde96