Hi,
Here is a question for ya. Is it possible to write a
rebol script that can be used with Novell Groupwise5 to not
only send mails (which is no problem to do) but to also
be used to make appointments ? It appears to use a custom
header file to identify what type of item is being sent
(email, appointment, task, etc) but when I try it with
a special header for the different items in the like:

header: make system/standard/email [
    WPC-API: 1.2; 
    MSG-TYPE: "APPT"; 
    LOCATION: "2nd Floor Conference Room"; 
    To: [EMAIL PROTECTED]
    FROM: [EMAIL PROTECTED]; 
    SUBJECT: "Testing appointments using REBOL"; 
    BEGIN-TIME: 29/09/99 11:30:00; 
    END-TIME: 29/09/99 12:00:00; 
    Content-Type: "text/plain"
]

it appears to ignore all these fields and the end result
is it just sends a plain email.

Anyone have better knowledge of this or been able to get
rebol working with it ?

Ed.

Reply via email to