Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Sending email
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Divers
Thread ID:
00391583
Message ID:
00391912
Vues:
8
If you are using Outlook:

oOutlook = CREATEOBJECT("Outlook.Application")
oEmail = oOutlook.CreateItem(0)

WITH oEmail

.Recipients.Add("someone@somewhere.com")
.Subject = "Form Letter"
.Body = "This is some text"
.Attachments.Add("c:\my documents\form letter1.doc")
.Send()

ENDWITH
Everything makes sense in someone's mind
public class SystemCrasher :ICrashable
In addition, an integer field is not for irrational people
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform