Send mesage with attachement
-
Hello I'm currently using SMTP to send mail with attachement from my csharp app But I also need to let the user add some coments, so the best will be to send the mail via the mail client I see that mailto: do not allow to sent attachement I'm looking around Mapi but I do not find any relevant help Do someone have a suggestion for me ? Thank you very much
-
Hello I'm currently using SMTP to send mail with attachement from my csharp app But I also need to let the user add some coments, so the best will be to send the mail via the mail client I see that mailto: do not allow to sent attachement I'm looking around Mapi but I do not find any relevant help Do someone have a suggestion for me ? Thank you very much
-
Hello I'm currently using SMTP to send mail with attachement from my csharp app But I also need to let the user add some coments, so the best will be to send the mail via the mail client I see that mailto: do not allow to sent attachement I'm looking around Mapi but I do not find any relevant help Do someone have a suggestion for me ? Thank you very much
check this how to send smtp mail with message http://www.codeproject.com/KB/IP/sendmailcsharp.aspx[^]
Vikas Amin
My First Article on CP" Virtual Serial Port "[^]
modified on Thursday, July 24, 2008 5:33 PM
-
If you're using SMTP, why can't you simply add a small window to your project where user can add his/hers comments?
-
check this how to send smtp mail with message http://www.codeproject.com/KB/IP/sendmailcsharp.aspx[^]
Vikas Amin
My First Article on CP" Virtual Serial Port "[^]
modified on Thursday, July 24, 2008 5:33 PM
-
Thank you Mika But since it might be possible to send using MAPI I want to find out how !