Cybersecurity
DevOps Cloud (ADM)
IT Operations Cloud
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
Syntax: GWSend /T[o]= [Optional Parameters]
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
If any parameter contains blanks, include it in double quotes