Aplogize in advance if this is redundant. Have a program that runs at set
times. Need it to automatically send an email, with attached "csv" using
Outlook already configured. Any sample code?

- Ben

Re: VFP6 Automated emails by Cindy

Cindy
Thu Feb 02 12:54:22 CST 2006

Hi Ben,

You probably don't want to use Outlook but rather use something else and
specify the same server that Outlook is using. Later versions of Outlook pop
up a safety window when another app sends mail, which can be handled by an
app called "ClickYes" or avoided by an app called Redemption.

Alternatives to Outlook are CDO or Blat.dll. Blat's pretty popular here but
I've never used it. Do a GoogleGroups search on Blat.dll and you'll find
lots of discussions about it.

--
Cindy Winegarden MCSD, Microsoft Visual FoxPro MVP
cindy_winegarden@msn.com www.cindywinegarden.com


"Ben" <nospam@nospam.com> wrote in message
news:pYqEf.87535$Dk.74008@tornado.rdc-kc.rr.com...
> Aplogize in advance if this is redundant. Have a program that runs at set
> times. Need it to automatically send an email, with attached "csv" using
> Outlook already configured. Any sample code?
>
> - Ben
>



Re: VFP6 Automated emails by christophe

christophe
Fri Feb 03 04:23:44 CST 2006

Ben,

Or check out wwipstuff from
www.west-wind.com
with good support and vfp samples
and for me it works very well.

regards
christophe
--
\|||/
(o o)
----ooO-(_)-Ooo-------------


"Ben" <nospam@nospam.com> schreef in bericht
news:pYqEf.87535$Dk.74008@tornado.rdc-kc.rr.com...
> Aplogize in advance if this is redundant. Have a program that runs at set
> times. Need it to automatically send an email, with attached "csv" using
> Outlook already configured. Any sample code?
>
> - Ben
>



Re: VFP6 Automated emails by Leemi

Leemi
Mon Feb 06 09:15:29 CST 2006

Hi Ben:

Here are some example of using VFP with CDO to send e-mail:

231574 How to send rich-text formatted e-mail from Visual Fox Pro with CDO
(1.x)
http://support.microsoft.com/default.aspx?scid=kb;EN-US;231574
175052 HOWTO: Send a Message in Visual FoxPro Using Active Messaging
http://support.microsoft.com/default.aspx?scid=kb;EN-US;175052

I hope this helps.

This posting is provided "AS IS" with no warranties, and confers no rights.

Sincerely,
Microsoft FoxPro Technical Support
Lee Mitchell

*-- VFP9 HAS ARRIVED!! --*
Read about all the new features of VFP9 here:
http://msdn.microsoft.com/vfoxpro/

*--Purchase VFP 9.0 here:
http://www.microsoft.com/PRODUCTS/info/product.aspx?view=22&pcid=54787e64-52
69-4500-8bf2-3f06689f4ab3&type=ovr

Keep an eye on the product lifecycle for Visual FoxPro here:
http://support.microsoft.com/gp/lifeselectindex
- VFP5 Mainstream Support retired June 30th, 2003
- VFP6 Mainstream Support retired Sept. 30th, 2003


>Hi Ben,

>You probably don't want to use Outlook but rather use something else and
>specify the same server that Outlook is using. Later versions of Outlook
pop
>up a safety window when another app sends mail, which can be handled by an
>app called "ClickYes" or avoided by an app called Redemption.

>Alternatives to Outlook are CDO or Blat.dll. Blat's pretty popular here
but
>I've never used it. Do a GoogleGroups search on Blat.dll and you'll find
>lots of discussions about it.

--
>Cindy Winegarden MCSD, Microsoft Visual FoxPro MVP
>cindy_winegarden@msn.com www.cindywinegarden.com


>"Ben" <nospam@nospam.com> wrote in message
>news:pYqEf.87535$Dk.74008@tornado.rdc-kc.rr.com...
> Aplogize in advance if this is redundant. Have a program that runs at
set
> times. Need it to automatically send an email, with attached "csv" using
> Outlook already configured. Any sample code?
>
> - Ben
>


>