Thanks...
didn't have automation. I used SMTP procedure instead.
"Ken Tucker [MVP]" <KenTuckerMVP@discussions.microsoft.com> wrote in message
news:08D768C3-BB1D-4296-AC62-E650C382BBF5@microsoft.com...
> Hi,
>
> Outlook express does not support automation. You can use the
> mailmessage class to send emails. The other option is to use
> process.start("mailto:you@yourdomain.com"). Mailto will open the default
> mail client. It does not support adding attachments.
>
>
http://msdn.microsoft.com/workshop/networking/predefined/mailto.asp >
>
http://msdn2.microsoft.com/en-gb/library/system.net.mail.mailmessage.aspx >
>
http://msdn2.microsoft.com/en-us/library/system.web.mail.mailmessage(VS.80).aspx
>
> Ken
> -----------------------------
> "Steve Arndt" wrote:
>
> > Anyone have code on how to get an Outlook Express new message dialog
window
> > to pop up? And how to set the fields, attachment, and send.
> >
> > Thanks
> >
> >
> >