.NET Components for Mobility
All Tags » Contacts (RSS)

Browse by Tags

Sorry, but there are no more tags available to filter with.
  • Re: Contact Properites

    Some additional information - with InTheHand 3.1 on WM5 only a small number of contact properties do not "stick". Most of the contact properties such as FirstName, LastName and Email1Address work as expected. It is just a few like IM#Address, JobTitle, and Manager that cannot be retrieved from...
  • Contact Properites

    With the 3.1 version certain properties of the Contact object don't work like IMAddress1 and JobTitle. So this code would fail. OutlookSession s = new OutlookSession(); Contact c = (Contact)s.Contacts.Items[0]; c.JobTitle = "asdf"; if(c.JobTitle !="asdf") throw new Exception("value...
Page 1 of 1 (2 items)
Copyright © 2001-2008 In The Hand Ltd. All rights reserved. Terms of Use and Privacy Policy.