Discussion:
Groupwise Routing Slip
(too old to reply)
Ellie
2006-02-20 20:59:22 UTC
Permalink
I need to use a Groupwise Routine Slip in a VB6 application. I need to be
able to send email with attachments to a list of people and have it
completed by the first and maybe second person before going to the rest
(which could be more than one) of the recipients. I am having trouble
finding this in the Novell site. Any help would be appreciated.

Ellie
David Tracy
2006-03-02 17:21:10 UTC
Permalink
I suggest you create a VB6 program that uses the GroupWise Object API. Login
to the user, select the appropriate folder, then retrieve the Messages
collection from this folder. Call the Messages collection object's Add
method to create a draft message. The draft message object contains a
Property called "Routed". Set this boolean property to TRUE. Then add the
recipients, message body, attachments, etc. Finally call the Message
object's Send method to send the Email.
Post by Ellie
On Monday, February 20, 2006 at 1:59:22 PM, in message
I need to use a Groupwise Routine Slip in a VB6 application. I need to be
able to send email with attachments to a list of people and have it
completed by the first and maybe second person before going to the rest
(which could be more than one) of the recipients. I am having trouble
finding this in the Novell site. Any help would be appreciated.
Ellie
ALCOM
2006-03-03 18:46:23 UTC
Permalink
Ellie, hello!

I think I have a solution. It's working fine for last 8 month for one
leasing company in UK. They have about 10 collection sites in different
cities all other the country. Daily they have 300-400 collection
reports (paper forms) in total and want e-copy to be attached to a
designated cells of their database. The issue is how to make docs
digital and then to route them. The solution is to send the docs by fax
to a fax server, fax server then resends to email account the image
file (tif, however it could be any image file format) so the first
issue is solved (scan), the clerk opens image doc and assign a ref. as
a file and resend back to FTP server. At FTP at certain schedule the
special service runs and routs image files using file names as
references. For more detail you may visit my site
http:\\www.alcom.od.ua or contact me ***@gmail.com
For you in case of long term project I can prolong trial period from 3
days to 30...

Loading...