Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Email using Outlook express
Message
General information
Forum:
Visual FoxPro
Category:
Internet applications
Title:
Email using Outlook express
Miscellaneous
Thread ID:
00219882
Message ID:
00219882
Views:
73
I’m using Win98, VFP6 & Outlook Express "Outlook.Application". The error message is “Your Microsoft Exchange Server is unavailable…..etc…..Retry, Work offline…. What can I do to resolve this. Could you gave me hint. I do not have exchange server setup.

here is the code I'm using...

oApp=CreateObject("Outlook.Application")
NameSpace= oApp.GetNameSpace("MAPI")
MailItem = oApp.CreateItem(0)
MailItem.Recipients.Add("mazar@ala.net") &&sample adress
MailItem.Subject = "my autoexec.bat" &&sample subject
MailItem.Attachments.Add = "c:\autoexec.bat" &&sample file
MailItem.Send
NameSpace.Logoff

Thanks Mike
Next
Reply
Map
View

Click here to load this message in the networking platform