Groups | Blog | Home
all groups > dotnet compact framework > july 2007 >

dotnet compact framework : c#, how to update POOM appointment?


None
7/13/2007 8:31:32 AM
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
dbgrick
7/16/2007 6:34:01 AM
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

[quoted text, click to view]
AddThis Social Bookmark Button