Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Automate the Mail process from VFP
Message
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
ActiveVFP
Titre:
Automate the Mail process from VFP
Divers
Thread ID:
00889281
Message ID:
00889281
Vues:
78
This is the codes I used to generate a new mail.

this.parent.OleMMess.RecipDisplayName="TFP" will put the mail address to 'To' field. Which property do I need to use to put the mail 'cc' list?

Thanks, Tai Fei Pao

this.parent.OleMMess.msgnotetext="This is the mail test"
this.parent.OleMMess.RecipDisplayName="TFP"
this.parent.OleMMess.msgsubject="Transmit Letter #: " + ALLTRIM sasval.val_tmlt)
this.parent.OleMMess.send(1)
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform