Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
E-mail from FoxPro using Groupwise
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Fonctions Windows API
Divers
Thread ID:
00764746
Message ID:
00764848
Vues:
27
Thanks Bob. That was very helpful, because I could not find a lot of information about this.

If you help me with a few questions, I would really appreciate it.

1.

oMessage.FromText = ALLTRIM(.cFrom)
oMessage.Subject = ALLTRIM(.cSubject)
oMessage.BodyText = ALLTRIM(.cBodytext)

.cFrom/.cSubject/.cBodyText is the From address, subject and e-mail body. I could just say,
oMessage.FromText = "admin@vbnet.com"
oMessage.Subject = "User Survey"
oMessage.BodyText = "Message"

2. Where do we assign values to oMessage.Recepients?

** Message Recipients
oRecipients = oMessage.Recipients
oMessage.SEND

If you could give some information about adding attachments, that will be great.

Thank you.

Ria
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform