Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Sending an email through Outlook Express!
Message
De
28/10/2002 16:25:31
Cleber Ferrari
Capta Tecnologia
Brésil
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
COM/DCOM et OLE Automation
Divers
Thread ID:
00716151
Message ID:
00716201
Vues:
16
See MSMAPI controls.

Example :
olesession = createobject("MSMAPI.MAPISession")
olemessage = createobject("MSMAPI.MAPIMessages")
oleSession.Signon
oleMessage.SessionID = oleSession.SessionID
oleMessage.Compose
oleMessage.RecipIndex = 0
oleMessage.RecipDisplayName = "log@"+pub_dominio	
oleMessage.ResolveName
oleMessage.MsgSubject = 'bkp'
oleMessage.AttachmentIndex = 0
oleMessage.AttachmentPathName = "bkp.htm"
oleMessage.Send(0)
oleSession.Signoff
Another example :
http://support.microsoft.com/default.aspx?scid=KB;EN-US;Q136638&
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform