.NET Components for Mobility

is the Mobile in the hand 3.2 version dll compatible to Windows mobile 5?

Last post 07-28-2008 7:49 AM by kirankumar. 5 replies.
Page 1 of 1 (6 items)
Sort Posts: Previous Next
  • 07-24-2008 5:58 AM

    is the Mobile in the hand 3.2 version dll compatible to Windows mobile 5?

    is the Mobile in the hand 3.2 version dll is compatible to Windows mobile 5?

    i am not able to open the mail in the device after updating the from, subject and part of bodytext,

    please give me suggestions

     

    Thanks

    Kiran

  • 07-24-2008 12:13 PM In reply to

    Re: is the Mobile in the hand 3.2 version dll compatible to Windows mobile 5?

    The library is compatible with Pocket PC 2003 and Windows Mobile 5.0, 6 and 6.1. What specific device are you having problems with? And what type of email account is it (ActiveSync, POP, IMAP etc).

     

    Regards,

    Peter

    Peter Foot
    Microsoft Device Application Development MVP
    www.peterfoot.net | www.inthehand.com
  • 07-27-2008 11:56 PM In reply to

    Re: is the Mobile in the hand 3.2 version dll compatible to Windows mobile 5?

     OutlookSession session = new OutlookSession();
                session.MessagingItemCreated += new MessagingItemEventHandler(messagingItemCreated);

    public void messagingItemCreated(object sender, MessagingItemEventArgs e)

    {

      System.Threading.Thread.Sleep(3000);
                        EmailMessage em = (EmailMessage)session.GetItemByItemId(e.ItemId);

                        if (em.DownloadState != DownloadState.FullItem)
                        {
                            em.RemoteDownload();
                        }
                        if (isFromSpinVox(em.From.Address))
                        {
                            if (em.Subject.IndexOf(objConfig.rootElement) == -1)
                            {
                                updateSpinVoxEmail(em, session);
                            }
                        }
                    }

    the email account is activesync and at EmailMessage, getting the error.

    iam getting "A problem has occurred with gwes.exe".how to solve this in window mobile 5.0

  • 07-28-2008 7:26 AM In reply to

    Re: is the Mobile in the hand 3.2 version dll compatible to Windows mobile 5?

    This sounds familiar - if you turn off Windows Error Reporting does the application run with no errors?

    (Start > Settings > System > Error Reporting)

    Peter

    Peter Foot
    Microsoft Device Application Development MVP
    www.peterfoot.net | www.inthehand.com
  • 07-28-2008 7:48 AM In reply to

    Re: is the Mobile in the hand 3.2 version dll compatible to Windows mobile 5?

     Hi peter,

     

    i tried this one also, if disable the error reporting error will not display but the mails are not able to open.

     

     

  • 07-28-2008 7:49 AM In reply to

    Re: is the Mobile in the hand 3.2 version dll compatible to Windows mobile 5?

     can you tell me why this error will come, i guess we should point out the root cause for this error.

Page 1 of 1 (6 items)
Copyright © 2001-2008 In The Hand Ltd. All rights reserved. Terms of Use and Privacy Policy.