In my asp.net web application i am sending pdf to my customer in which i want mime header in that mail ,
Please reply
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Sunny SharmaPosted Jun 19, 2013, 1:17 AM
The standard MIME type for pdf is:
application/pdf
set it like this;
Response.ContentType = "application/pdf";
Mark this as answer if it helps.
Happy Coding :)
Ravishankar SinghPosted Jun 19, 2013, 1:02 AM