Wednesday, July 1, 2009

rename attachment file name in asp.net Email

Attachment attachmentobj = new Attachment("c:\\test.pdf);
attachmentobj.ContentDisposition.FileName = "information.pdf";

No comments:

Post a Comment