Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations MikeeOK on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How do you send an e-mail to Groupwise from access

Status
Not open for further replies.

DPrent

MIS
May 21, 2004
7
GB
Can someone help I am trying to send an e-mail(using Groupwise) from Access using a command button on a form
 
Use the Groupwise API.

Create the body of the message first and save it to:
[server path]wpgate\API\ATT_IN\*.MSG

Create distribution file and save it to:
[server path]wpgate\API\ATT_IN\*.hed

 
Not familiar with Groupwise, but Access macros have a "SendObject" command that I've used with Outlook and it works fine. You can add the Object Type, Object Name and Format, the addresses, cc's, Subject of the email, etc.

Hope this helps.

Ed Hicks
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top