Hey there, I've reached a quite annoying problem. I have code that runs through a list of closed requests and will open the invoice and send the invoice as an attachment to the email listed on it. All of this works well. The only problem is, there are no formats to send it in that work for me.
.PDF : FAR too large of a file. Looks awesome and all, but just slows down everything.
.SNP : No one has Microsoft snapshot viewer, this is just useless.
.txt : Too ugly. Doesn't maintain any formatting that my invoice has.
.html : Still ugly, less ugly than .txt but still is not professional enough to email.
.RTF : This one is the best, except one problem...it allows editing. The recipient can simply open up the invoice and change some numbers before they ship it off to their finance department. Now, most of the charges and invoices we send out are internal so it's not a major issue, but still a big one.
I was wondering if there were any other formats that I can use in the SendObject method (I really don't think there are). Or if there is another method of sending a report via email that will allow me to send the report in another format. Or if it is at all possible (so far I've found all no's) to make the rtf read only before it is sent.
Thanks!
.PDF : FAR too large of a file. Looks awesome and all, but just slows down everything.
.SNP : No one has Microsoft snapshot viewer, this is just useless.
.txt : Too ugly. Doesn't maintain any formatting that my invoice has.
.html : Still ugly, less ugly than .txt but still is not professional enough to email.
.RTF : This one is the best, except one problem...it allows editing. The recipient can simply open up the invoice and change some numbers before they ship it off to their finance department. Now, most of the charges and invoices we send out are internal so it's not a major issue, but still a big one.
I was wondering if there were any other formats that I can use in the SendObject method (I really don't think there are). Or if there is another method of sending a report via email that will allow me to send the report in another format. Or if it is at all possible (so far I've found all no's) to make the rtf read only before it is sent.
Thanks!