I'm trying to port my code from the C# 1.x driver to the 2.x
I was able to translate the queries to 2.x where I had trouble is with GridFS Upload and Delete was giving me trouble because I used GUIDs for IDs and 2.x wanted ObjectID.
I attached my code file, the methods that gave me issues were SaveAttachment and DeleteEmail
Delete email because I'm trying to delete the JSON doc and the associated GridFS file
For now I'm using the 2.x MongoDB.Driver.Legacy and keeping my code as is but I would like to rewrite this code to 2.x format. I do need this code to run against a current 2.4 database and schema and I'm trying to future proof it to be 3.2 compatible when the MongoDB instances get upgraded to 3.2.