Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Email readers and auto responders
Message
General information
Forum:
Visual FoxPro
Category:
Internet applications
Miscellaneous
Thread ID:
00885122
Message ID:
00886818
Views:
20
>>>Hi All. I need a way to be able to automatically read email which is sent to a particularly address. I need to get the senders email address, the subject line, and body text. Then I want to run a vfp program or other script which will send a customized email back to the sender. Any ideas / suggestions?
>>
>>
>>Hello,
>>
>>It looks like you need to have support for POP3 and SMTP.
>>I have controls that download mail and parse it for easy access and a control that send mail.
>>They are both very easy to use and have a good object model for being intuitive in use.
>>
>>They may be of help to you.
>>http://www.SeekfordSolutions.com/Products/
>>
>>Thank you,
>
>Hi Brian
>
>Thanks for the info. Is using the POP3 component a simple case of issuing a CREATEOBJECT( 'pop3' ) and then accessing its methods and properties for getting the email and the mail details?

Yes,

You use the CreateObject("POP3Wizard.POPWizardCtrl2") command and then you can connect, download and handle messages.

The help file provides a pretty decent overview of the commands and properties available.

I can also help if you need. You can email me as well.

Thanks
Brian Seekford
Seekford Solutions, Inc.
http://www.SeekfordSolutions.com
Internet ActiveX Controls and .NET Class Libraries.
SMTP/S FTP POP3/S HTTP/S SNTP MIME PING WHOIS TRACEROUTE NNTP DNS MX
Base64, UUEncode, yEnc, MD5, SHA1, URL, Quoted-Printable.
Resizer and Tooltips
Email Verification and more. Check us out!
Previous
Reply
Map
View

Click here to load this message in the networking platform