Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Receive or read message
Message
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
West Wind Web Connection
Titre:
Receive or read message
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows Server 2012
Network:
Windows 2008 Server
Database:
Visual FoxPro
Application:
Web
Divers
Thread ID:
01588711
Message ID:
01588711
Vues:
66
Hi all,

it's possible to read or receive the Content of a message on a server mail ( gmail.com ) with VFP 9 ?

I should like a sample….

ex
SET CLASSLIB TO  c:\cdbk90\common30\libs\wwipstuff.vcx
  LOCAL losmtp AS wwipstuff
  losmtp=CREATEOBJECT("wwIPStuff")
  losmtp.cmailserver="relay.skynet.be"

  losmtp.csenderemail="support@amline.be" 
  losmtp.csendername="bernhart MILCENT"

  *-- Bénéficiaire.
 losmtp.crecipient = "lesbouleaux337@gmail.com"
 losmtp.csubject="wwIPStuff Test Message"

  *** Set up Messages - first part plain text
  losmtp.cmessage="<b>Who said this had to be difficult, bra?</b>"
  losmtp.ccontenttype = "text/html"
  losmtp.ccontenttypealternate = "text/html"
  llresult = losmtp.sendmail()
  IF !llresult
    WAIT WINDOW losmtp.cerrormsg
  ENDIF
*************************************************
Now i want read message from losmtp.crecipient = "lesbouleaux337@gmail.com"….

i't is possible with wwipstuff ?


Thank in a advance
Répondre
Fil
Voir

Click here to load this message in the networking platform