how to bold / underline pocket outlook appointment note text

N

None

hi there,

i'm developing a pocket pc application in c#.net to save appointments
and i have to bold and underline some text in the note field. as the
note field is of type string and it does not store any information
about text formatting, how can i store the information indicating some
characters are bold and underlined. thank you.

batterheadccw
 
P

Peter Foot [MVP]

From Windows Mobile 5.0 the notes are stored as plain text only (the Body
property). In prior versions the body rich ink data was stored in the
internal format of the RichInk / InkX control which is specific to Pocket
PC. You could store your own formatted version of the text in a custom
property which you then read and display in your own application - however
this won't get synchronised with Outlook/Exchange.

Peter
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top