Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Email with Outlook Express
Message
From
19/05/2004 09:30:28
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Email with Outlook Express
Miscellaneous
Thread ID:
00905248
Message ID:
00905248
Views:
63
I am using the code below to call outlook express

Thisform._Shellexecute.Shellexecute('mailto:' + ;
'?bcc=' + destino + ;
'&subject=' + RTRIM(Thisform.txtdsassunto.value) + ;
'&body=' + RTRIM(Thisform.edtdstexto.text))

The problem is: when the variable destino is greater than 400 bytes the outlook is not called.

The variable destino is a set of email address that comes from VFP table.

Is there a limitation of the lenght?
Antonio Carlos Kleinübing
Systems Analyst
Next
Reply
Map
View

Click here to load this message in the networking platform