I can't be sure my users will have MS Outlook installed, and therefore, I
don't know which client they're using

How can I generically popup a display, adding the currently open file as an
attachment, using whichever email client they have, so they can fill in the
subject and 'To' address?

Re: Send Email with attachment by Ravi

Ravi
Sun Feb 17 11:21:29 CST 2008

See this article:

http://www.codeproject.com/KB/IP/smtpemailer.aspx

Hope this helps,

/ravi

-------------
"Elmo Watson" <what43@yahoo.com> wrote in message
news:Onp9HIMcIHA.2268@TK2MSFTNGP02.phx.gbl...
>I can't be sure my users will have MS Outlook installed, and therefore, I
>don't know which client they're using
>
> How can I generically popup a display, adding the currently open file as
> an attachment, using whichever email client they have, so they can fill in
> the subject and 'To' address?
>



Re: Send Email with attachment by Elmo

Elmo
Mon Feb 18 21:23:41 CST 2008

Thank you for the help. I appreciate your answer, however, it's not quite
what I need, which is something much simpler -
I just need to popup the user's default email client's New email form, and
programmatically attach a document to it


"Ravi Bhavnani" <ravib@ravib.com> wrote in message
news:%23eiAJmYcIHA.1184@TK2MSFTNGP04.phx.gbl...
> See this article:
>
> http://www.codeproject.com/KB/IP/smtpemailer.aspx
>
> Hope this helps,
>
> /ravi
>
> -------------
> "Elmo Watson" <what43@yahoo.com> wrote in message
> news:Onp9HIMcIHA.2268@TK2MSFTNGP02.phx.gbl...
>>I can't be sure my users will have MS Outlook installed, and therefore, I
>>don't know which client they're using
>>
>> How can I generically popup a display, adding the currently open file as
>> an attachment, using whichever email client they have, so they can fill
>> in the subject and 'To' address?
>>
>
>