Tool
GWSend originally was written as a Delphi sample code that illustrated how to send messages using the basic Groupwise options, e.g. filling the recipient list, adding attachments, specifying user names, etc.
Since the code creates a Win32 console application, the sample can also be used as a tool to send GW messages from the command line or from batch files.
Prerequisites
To run the application, you must have the Novell GroupWise client software installed - some features require GW v6.5.
Version history
2000-11 Initial version
2002-11 Additional features (parameters: login name & password)
2004-02 Added features
2004-12 v1.31 - Added features
2005-10 v1.40 - Added numerous features
2005-10 v1.50 - Added numerous features
2006-04 v1.60 - added INI features to load/save default parameters
2006-05 v1.61 - fixed error attaching files
Syntax: GWSend /T[o]=
Standard Options:
/T[o]=<rcp> Message recipients (separated by ";")
/C[c]=<rcp> Copy these recipients (separated by ";")
/B[c]=<rcp> Blind Copy these recipients (separated by ";")
/S[ubject]=<text> Specify Subject
/M[essage]=<text> Specify Message (one line) - see also '/FileMsg'
Appointment Options:
/D[ate]=<date time> Appointment: Start
/E[nd]=<[date ]time> Appointment: End (alternative to "/Length")
/L[ength]=<time> Appointment: Duration (alternative to "/End")
/Pl[ace]=<text> Appointment: Location
Task Options:
/D[ate]=<date> Task: Start date
/Due=<date> Task: Due date
/TaskPr[iority]=1..100 Task: Priority
Additional Options:
/A[ttach]=<file> Attach files (separated by ";")
/Pro[mpt]=Y[es]|N[o} Display login dialog if neccessary: yes/no (default: yes)
/U[ser]=<text> Specify GW User Name
/Pa[ssword]=<text> Specify GW User Password
/Pr[oxy]=<text> Specify GW Proxy ID
/IPA=<text> Specify IP address to Post Office
/IPP=<text> Specify Port of Post Office
/Prio[rity]=Hi|Lo Specify Message Priority
/Del[ivery]=<date> Deliver on specified date
/Fr[omText]=<text> Modify text in the 'From' field
/G[roupmembers] Resolve Group and send to members
/Fi[leMsg]=<file> Specify text file containing message
(the text file may contain placeholders &&0..&&9)
/Vx=<text> Specify Variable /V0 .. /V9 for mail merge
/Priv[ate] Private message (invisible for proxy)
/ReplyR[equested] Reply Requested
/NotifyWhenOpened Notify Option
/NotifyWhenDeleted Notify Option
/NotifyWhenAccepted Notify Option (appt/task)
/NotifyWhenDeclined Notify Option (appt/task)
/NotifyWhenCompleted Notify Option (task)
/Notify All Notify Options
Date/time format for tasks/appointments:
In the US, this is commonly MM/DD/YY HH:MM:SS format.
If any parameter contains blanks, include it in double quotes
Examples:Related Articles
User Comments
- Be the first to comment! To leave a comment you need to Login or Register
- 4658 reads


0