Windows Vista Tips

Windows Vista Tips > Newsgroups > ActiveSync > Pocket Outlook Contact Custom Properties and Active Sync

Reply
Thread Tools Display Modes

Pocket Outlook Contact Custom Properties and Active Sync

 
 
jmsoftware
Guest
Posts: n/a

 
      10-04-2006
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
 
Reply With Quote
 
 
 
 
Raj Pillai
Guest
Posts: n/a

 
      10-06-2006
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



 
Reply With Quote
 
Carl Wolz [MSFT]
Guest
Posts: n/a

 
      10-07-2006
Sorry, but no, the custom prop isn't synchronized.

--
Carl Wolz [MSFT]
This Posting is provided "AS IS" with no warranties, and confers no rights.

"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



 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Contact not syncing properly with Active Sync 4.1 & WM5 Tom Giannelli ActiveSync 4 11-29-2005 03:57 PM
Re: active sync CriticalMass ActiveSync 0 10-25-2004 12:32 PM
Outlook PCS for active sync D'oug ActiveSync 1 09-23-2004 06:29 AM
Exchange Active Sync Alex Battard ActiveSync 0 09-20-2004 09:26 PM
Re: Syncronisieren mit Active Sync 3.7 und Outlook Michael Leithold ActiveSync 0 08-10-2004 05:43 PM



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59