.NET Components for Mobility

3.2 support window mobile 5.0

Last post 07-29-2008 5:42 AM by ajaykumarrudra. 1 replies.
Page 1 of 1 (2 items)
Sort Posts: Previous Next
  • 07-25-2008 9:55 AM

    3.2 support window mobile 5.0

     Hi ,

    I am using your 3.2 mobile dll. in windows mobile 5.0 O/S.

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


     public void messagingItemCreated(object sender, MessagingItemEventArgs e)
            {

      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);
                            }
                        }

    }

     

    i am using this code to change the mail

    the mail subject and form address are changing but when i opened the mail i am getting 

    "A problem has occurred with gwes.exe". this error how can i solve this in 5.0 O/S.

    Please mail me.

     

    Thank you,

    Ajay Kumar r 

     

    Filed under:
  • 07-29-2008 5:42 AM In reply to

    Re: 3.2 support window mobile 5.0

    hi Peter,

    Please give some information does the 3.2 dll works with windows mobile 5.0.

    in the above code, manipulating the new message in the outlook, when i open the mail i am getting  "A problem has occurred with gwes.exe" if i turned off the error reporting the mail is not opening, It is working fine with window mobile 6.0.

    Please responed to the mail.

    Thank  you,

    Ajay kumar R 

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