I created a draft message and attached it correctly to a gmail thread with the Gmail Api. But I have no clue how to add the "To, and Reply-To" to that draft. At this point, the draft appears without the "TO" value added to it in gmail. I searched on Stackoverflow and found a solution using AE.NET.MAIL . See : https://stackoverflow.com/questions/32787230/how-to-create-a-gmail-api-message#=
However that nuget seems not to allow adding it to a thread.
So basically I am needing to : 1) Have a solution for adding the TO to my current Gmail created draft solution. 2) Or to have a solution for adding the generated draft to the thread, if it's possible at all with AE.NET.MAIL or MIMEKIT nuget.
Which way should I go? thanks so much.