G
Guest
I want to invoke a email client application such as MS outlook, etc. from a ASP.NET page. When the client app pops up I would like the body of the message to be filled with text of size greater than 3000 characters. I have tried implementing the same using mailto URL but, it wouldn't work if the text size exceeds 2000 characters. This happens since there is limit on the URL length. I beleive this limit is specific to IE.
Many of them suggest me to use SMTPMail.Send but it would not give the user the flexiblity to edit the huge text before sending. I am sure I cannot substitute the real email client with a ASP.NET page that would act as a custom email client. Can anyone suggest me a way to invoke mail client from ASP.NET page with huge text.
Regards
Wilso
Many of them suggest me to use SMTPMail.Send but it would not give the user the flexiblity to edit the huge text before sending. I am sure I cannot substitute the real email client with a ASP.NET page that would act as a custom email client. Can anyone suggest me a way to invoke mail client from ASP.NET page with huge text.
Regards
Wilso