Its been a while, but I am pretty sure I was able to do add a record to the outbox of the MultiMail app on the i705. I filled up the MailAddRecordParamsType structure and then used SysAppLaunch with sysAppLaunchCmdAddRecord as the command. I think it worked when I allocated the strings for the MailAddRecordParamsType struct using MemPtrNew, then set the system as the owner using MemPtrSetOwner and then called SysAppLaunch with sysAppLaunchCmdAddRecord. Free the strings after SysAppLaunch completes.
- Sudeep ----- Original Message ----- From: "John Blackmon" <[EMAIL PROTECTED]> To: "Palm Developer Forum" <[EMAIL PROTECTED]> Sent: Friday, August 30, 2002 5:03 AM Subject: Sending mail on a Palm i705 > I have a program that needs to silently put mail in the outbox of a > Palm. Normally, you just call SysAppLaunch with sysAppLaunchCmdAddRecord > and either the MsgAddRecordParamsType for iMessenger or the > MailAddRecordParamsType for MultiMail. It seems to work fine on all of > the Palms I have tested except for the Palm i705, which apparently has > "MultiMail Deluxe". This version of MultiMail has a creator ID of > 'asc3', and crashes the Palm if you send regular MultiMail parameters to > it. There was some discussion about this on the forum some time ago, but > no resolution. Does anyone know how to get mail in the outbox of a Palm > i705? > > > - John > > > > > -- > For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/ > -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
