RE: Can VFP monitor an inbox?
from Mike Gagnon to use a 3rd party ActiveX to retrieve emails -
OSPOP3.
With a timer, you can control your inbox quite easilly.
Thanks to Mike Gagnon, I've tried using OSPOP3.dll (http://www.ostrosoft.com/POP3_component.asp)
Here is a sample that I created that automates email receiving with
OSPOP3 http://www.foxite.com/archives/receive-emails-and-attachments-0000139752.htm
Marcia Akins and Andy Kramek also created a terrific class that uses MAPI to retrieve
RE: Ostrosoft SMTP Component
Thread ID: 44228 Dennis De Jesus RE: Ostrosoft SMTP Component Hello ShadowFox or anybody who can help,
I've tried the attachment and it worked perfectly. Thanks.
Now i'm trying its POP3 component, but the thing is its a dynamic link l...
RE: Ostrosoft SMTP Component
Thread ID: 44228 ShadowFox RE: Ostrosoft SMTP Component Hello ShadowFox or anybody who can help,
>
I've tried the attachment and it worked perfectly. Thanks.
Now i'm trying its POP3 component, but the thing is its a dynamic link librar...
RE: Ostrosoft SMTP Component
Thread ID: 44228 Erik Gomez RE: Ostrosoft SMTP Component Hello ShadowFox or anybody who can help,
>
I've tried the attachment and it worked perfectly. Thanks.
Now i'm trying its POP3 component, but the thing is its a dynamic link libra...
RE: Ostrosoft SMTP Component
Thread ID: 44228 Dennis De Jesus RE: Ostrosoft SMTP Component Hello ShadowFox or anybody who can help,
>
I've tried the attachment and it worked perfectly. Thanks.
Now i'm trying its POP3 component, but the thing is its a dynamic link ...
RE: Receive Emails and attachments
Thread ID: 139589 Mike Gagnon RE: Receive Emails and attachments Hi Foxiters,
>
I need to automate the receiving of emails using VFP.
The attachments also need to be saved separately.
>
Has someone done this before ?
>
I don't have ...
RE: Receive Emails and attachments
Thread ID: 139589 Cesar Chalom RE: Receive Emails and attachments Cesar, I have recently started to use OSPOP3.dll (http://www.ostrosoft.com/POP3_component.asp) with success. But depending which program sent the e-mail, the body of the mes...
RE: Receive Emails and attachments
Thread ID: 139589 Cesar Chalom RE: Receive Emails and attachments Hi Mike,
That's terrific !
Thanks very much, it works really greatand fast.
For the other interested foxiters, below is a script thet retrieves messages using
OSPOP3
A big rating to you !
*!* This script establishes POP3 session, retrieves mailbox stats
*!* and save them to the file, retrieves messages and save them in
*!* .EML format, then closes the session
*!*
*!* Permanent URL for this project is
*!* http://www.ostrosoft.com/pop3_component/pop3_vbscript.zip
*!*
*!* For more information about OstroSoft POP3 Component go to
*!* http://www.ostrosoft.com/pop3_component.asp
*!*
*!* OstroSoft POP3 Component is available
RE: Receive Emails and attachments
Thread ID: 139589 Koen Piller RE: Receive Emails and attachments Hi Mike,
>
That's terrific !
Thanks very much, it works really greatand fast.
>
For the other interested foxiters, below is a script thet retrieves messages using OSPOP3
>
A big rating to you !
>
*!* This script establishes POP3 session, retrieves mailbox stats
*!* and save them to the file, retrieves messages and save them in
*!* .EML format, then closes the session
*!*
*!* Permanent URL for this project is
*!* http://www.ostrosoft.com/pop3_component/pop3_vbscript.zip
*!*
*!* For more information about OstroSoft POP3 Component go to
*!* http://www.ostrosoft.com/pop3_component.asp
*!*
*!* OstroSoft POP3 Component is available
Result Page:
1