Isomorphic,
We have a requirement where a user is able to send an email with an attached excel sheet of the contents of a list grid and a snapshot of a graph.
I am able to export the listgrid as an excel sheet using exportData. I am also able to send emails using the MailMessage class. But I cant seem to find a way to add attachments to the email.
Is there a way in which I can attach an exported Excel sheet to the email? Is it also possible to export the graph as an image which i can attach to the email?
Thanks
We have a requirement where a user is able to send an email with an attached excel sheet of the contents of a list grid and a snapshot of a graph.
I am able to export the listgrid as an excel sheet using exportData. I am also able to send emails using the MailMessage class. But I cant seem to find a way to add attachments to the email.
Is there a way in which I can attach an exported Excel sheet to the email? Is it also possible to export the graph as an image which i can attach to the email?
Thanks
Comment