Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Sending an email through Outlook Express!
Message
From
28/10/2002 16:25:31
Cleber Ferrari
Capta Tecnologia
Brazil
 
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Miscellaneous
Thread ID:
00716151
Message ID:
00716201
Views:
15
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&
Previous
Reply
Map
View

Click here to load this message in the networking platform