Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Sending mail through GroupWise 6.5 from VFP
Message
 
À
08/01/2007 15:28:42
Information générale
Forum:
Visual FoxPro
Catégorie:
Produits tierce partie
Divers
Thread ID:
00940502
Message ID:
01183581
Vues:
23
Hi Edward,

If you just want to open the e-mail window and let the user edit the mail, you can use this code:
LOCAL loGroupwise, lcResult
lcResult = ""
loGroupwise = CREATEOBJECT("GroupWiseCommander")
loGroupwise.Execute("NewMail()",@lcResult)
loGroupwise.Execute( ;
  [TextSetTo("]+m.lcText+[")], ;
  @lcResult ;
)
A list of commands for the execute method is available at http://developer.novell.com/documentation/gwtoken/index.html?page=/documentation/gwtoken/gwtokens/data/bktitle.html#bktitle.
--
Christof
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform