Darren Cauthon
Darren Cauthon
Hmm, no, I thought this was already handled. I'll figure it out, thank you for reporting!
Ok, I looked into this... I think this might be an issue better addressed in the SparkPost API. I'll post a message to them. This library converts `DateTime` to `yyyy-MM-ddTHH:mm`....
Note to @richleland @yepher ^^^
@pclancy As a workaround, you can use an anonymous type and format the date yourself. Like this: ``` c# client.Suppressions.List(new { from = DateTime.Today.AddMonths(-1).ToString("yyyy-MM-ddTHH:mm:ss") }); ```
Ahh, I didn't know about this... that's a great idea! Hmm.... I like your idea. Part of me thinks we might want to carry this sink option from the client...
Just thinking aloud... I think it would be better to make this library work with the same verbiage as SparkPost. So I know this feature is for testing, but they...
Here is the image. 
I wonder: Perhaps we should turn off the table formatting if the document contains these types of characters?
I don't know, it might be hard to do the formatting with these characters. I'm looking the same now, and it seems that we'd have to base the table formatting...
I definitely don't want to give up on the feature, either. It's really nice! The question to me is how we do the fills. A monospace font makes things very...