> is it possible, when i send an mail with handy or palm to an program > alias, that i write the mail into a database with a scheduled task?
Why use a scheduled task, when the PA would allow you to write the text into the DB in real-time as it comes in? <Pseudo-pseudo-script> set sFileName to last command line argument read sFileName into sRFC821 buffer concatenate constant SQL and sRFC821 into SQL INSERT open ADO connection execute SQL close ADO connection </script> It's going to create a ton of ODBC overhead if this PA is in heavy use, remember. What's your application? -Sandy To Unsubscribe: http://www.ipswitch.com/support/mailing-lists.html List Archive: http://www.mail-archive.com/imail_forum%40list.ipswitch.com/ Knowledge Base/FAQ: http://www.ipswitch.com/support/IMail/
