invoke call

  1. C

    How to send email with saved file

    I need some guidance on how to call, invoke or execute when I have a file saved from this: using (TextWriter fn = new StreamWriter(outputDirectory + "\\SomeName" + DateTime.Now.ToString() + ".csv")). ...etc so a file will be generated like this: SomeName08/01/2022: 12:00:00.csv. I want...
Back
Top Bottom