.NET Components for Mobility

session.SmsAccount.Inbox.Item()

Last post 08-15-2008 7:12 PM by oldsap. 2 replies.
Page 1 of 1 (3 items)
Sort Posts: Previous Next
  • 08-15-2008 4:53 AM

    session.SmsAccount.Inbox.Item()

     How come in VB, i can use the session.SmsAccount.Inbox.Item()

    but in C# there is no definition for "item" in InTheHand.WindowsMobile.PocketOutlook.SmsMessageFolder ??? 

    http://oldsap.blogspot.com
  • 08-15-2008 6:56 PM In reply to

    Re: session.SmsAccount.Inbox.Item()

    This is a language difference, you use the square brackets to access indexed members in C# e.g.

    session.SmsAccount.Inbox[0]

     Peter

    Peter Foot
    Microsoft Device Application Development MVP
    www.peterfoot.net | www.inthehand.com
  • 08-15-2008 7:12 PM In reply to

    Re: session.SmsAccount.Inbox.Item()

     oh.  sorry about that sir.  i've just started trying to code in c# Geeked

    http://oldsap.blogspot.com
Page 1 of 1 (3 items)
Copyright © 2001-2008 In The Hand Ltd. All rights reserved. Terms of Use and Privacy Policy.