Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Sending E-mail
Message
General information
Forum:
Visual FoxPro
Category:
Internet applications
Title:
Miscellaneous
Thread ID:
00535229
Message ID:
00535288
Views:
11
Alonso,

You can always create your own subclass that provides the simpler interface to the VFP FFC class. Your subclass can then hide the complexity of the underlying class.

>How can I provide an e-mail feature in one application? I want something simple to use, tried to use the VFP foundation classes but it is too complicated.
>
>I was thinking about something simple as :
>
>oEMail.Compose()
>oEMail.To = "you@yourwork.com"
>oEMail.From = "me@mywork.com"
>oEMail.Subject = "VFP is the BEST!"
>oEmail.Message = ".........."
>
>oEmail.Send()
df (was a 10 time MVP)

df FoxPro website
FoxPro Wiki site online, editable knowledgebase
Previous
Reply
Map
View

Click here to load this message in the networking platform