'Folders' are just a category encoding. To have the email show up in a specific folder (or none, hidden), just set the category value for the MailDB record. Look in Mail.h for the enumumeration values for each category.

mobile wrote:
Thank you for your help.

A fairly similar question.

I would like to insert email into the Mail Client in PalmOS.
There are different folders to choose from "Inbox", "Filed", "Sent", "Outbox" etc
I look into the Mail.PDB header They are coded as 0x40 to 0x44 for respective folders
What is the parameter to set to allow me to insert the Email into different Folder?

Regards
Bn

---------- Original Message ----------------------------------
From: Carl Lippitt <[EMAIL PROTECTED]>
Reply-To: "Palm Developer Forum" <[EMAIL PROTECTED]>
Date: Sun, 08 Dec 2002 17:00:27 -0700


you need to mark each record in MailDB that you add as 'dirty',
otherwise the hotsync process will remove them since they do not match
any content on the pc. Marking them as dirty forces them to be uploaded
to the PC at next sync. Maybe this is what you want?

Billy Ng wrote:

We have developed a program to insert email into Palm's Email Client.
However, the Email Downloaded from Outlook will wipe out all the Email from my
Program.


Any idea to let them co-exist?

Regards
Bn




--
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/

Reply via email to