c#, how to update POOM appointment?

N

None

hi there,

i am developing a ppc application using c# 2005 and cf 2.0. what i
want to do is populating a datagrid with some appointments from
appointment collection, and let user select an appointment to edit. i
was able to populate the datagrid and at that point i was stuck.

how can i locate the selected appointment in appointment collection
for editing? is there any unique key to uniquely identify an
appointment in the collection? or am i having an incorrect concept?
please help and let me know if there is any articles or sample coding
that i can reference. thanks.

batterheadccw
 
G

Guest

Take a look a the Microsoft.WindowsMobile.PocketOutlook.Appointment class.
This should give you everything you need. The Appointment class inherits
from the PimItem class. The PimItem class contains an ItemId that uniquely
identifies the item.

Rick D.
Contractor
 

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