Good day,
I attached files using the following code:
public static void AddAttachment(string source, string dest, string[] attachments)
{
Document pdfDocument = new Document(source);
fo…...Good day,
I attached files using the following code:
public static void AddAttachment(string source, string dest, string[] attachments)
{
Document pdfDocument = new Document(source);
fo…