Blat is the better way, you can also use outlook
automation.


--- Sytze de Boer <[EMAIL PROTECTED]> wrote:

> Use BLAT
> 
> 
> On Dec 19, 2007 10:36 AM, Bryant Minard
> <[EMAIL PROTECTED]> wrote:
> > I use the following code inside of VFP. I need to
> add an attachment like:
> > "C:\CEMDATA.ZIP"
> > Anyone have any ideas on addinf an attachment?
> >
> > DECLARE INTEGER ShellExecute ;
> > IN SHELL32.DLL ;
> > INTEGER nWinHandle,;
> > STRING cOperation,;
> > STRING cFileName,;
> > STRING cParameters,;
> > STRING cDirectory,;
> > INTEGER nShowWindow
> >
> > lcEmailAddress = [EMAIL PROTECTED]
> > lcCCAddress = " "
> > lcSubject = " "
> > cMessageBody = " "
> >
> > ShellExecute(0, "", "mailto:"; + lcEmailAddress +
> "?Subject=" + lcSubject + ;
> > "&CC=" + lcCCAddress + "&body=" + lcMessageBody,
> "", "", 1)
> >
> > Bryant
> >
> >
> >
> > --- StripMime Report -- processed MIME parts ---
> > multipart/alternative
> >   text/plain (text body -- kept)
> >   text/html
> > ---
> >
[excessive quoting removed by server]

_______________________________________________
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/[EMAIL PROTECTED]
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.

Reply via email to