Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Sending mail through GroupWise 6.5 from VFP
Message
From
08/01/2007 15:52:52
 
General information
Forum:
Visual FoxPro
Category:
Third party products
Miscellaneous
Thread ID:
00940502
Message ID:
01183587
Views:
21
>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.

Thanks a lot.
Edward Pikman
Independent Consultant
Previous
Reply
Map
View

Click here to load this message in the networking platform