Hi John,
Would recommend you to try posting your query under the following newsgroup
as well:
microsoft.public.pocketpc.developer
--
Regards,
Raj Pillai
Microsoft MVP - Mobile Devices
http://www.pocketpcfaq.com/raj
"jmsoftware" <> wrote in message
news:7304CD4D-A636-4233-B35B-...
> using Microsoft.WindowsMobile.PocketOutlook;
> I add a custom property to a contact and assign a value.
>
> Contact myContact = new Contact();
> myContact.Properties.Add("customProp");
> myContact.Properties["customProp"] = "xyz";
>
> Does Active Sync send this custom property to the desktop when
> synchronizing?
> If so, how would I access this custom property on the desktop using
> Microsoft.Office.Interop.Outlook? I have looped through the Contact Item
> Properties and User Properties but haven't been able to find it.
> --
> Thanks, John