Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Outlook: Problem Sending EMail
Message
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Miscellaneous
Thread ID:
00430681
Message ID:
00431179
Views:
11
>Hi Marcel,
> Sorry, I did not understand your suggestion.
> Please note: I am using Outlook, not Outlook Express.
> You said:
>
>>If you use Exchange or outlook you need to specify the transport like FAX: >SMTP: .
>>So try SMTP:
>
> Could you explain this? Is this a way of configuring Outlook?
>
> Thanks, Chaim

Hi Chaim,

You need to include the transport in the Email send to variable.

In vfp you need to write something like this

IF llAddSMTPPrefix
lcMailTo = "SMTP:"+lcMailTo
ENDIF

Marcel
Previous
Reply
Map
View

Click here to load this message in the networking platform