having issue with attaching the PDF file from memory stream using ITextSharp
问题 I am having problem with attaching the PDF file created in-memory and attaching it to email template. email goes without any problem..BUT there is no attachment. I don't understand why this is happening. here is the complete code for the process. ExtendedEmailTemplate emailTemp = new ExtendedEmailTemplate(); emailTemp.FromAddress = "ABC Ltd <info@abcTechnology.com>"; emailTemp.ToAddress = custEmail; emailTemp.Body = "This is an Test Email" emailTemp.IsHTML = true; // getting the memorystream