.NET Components for Mobility

Browse by Tags

  • How to compare ItemId?

    Hi, It seems I can't compare two ItemId. I have the following code: ItemId _myItemId; void session_MessagingItemCreated(object sender, MessagingItemEventArgs e) { _myIemId = e.ItemId; } void session_MessagingItemModified(object sender, MessagingItemEventArgs e) { if ( e.ItemId == _myItemId ) { ....
  • Deleting Email Accounts

    Hi There Firstly, great component, especially the CEMAPI stuff thats a real life save for me not having great C++ skills. I'm currently using the eval version 3.2 and looking forward to buying it permanently. My problem is that whilst i can delete "emails" I cannot seem to delete email...
  • Opening email

    Hi, thanks for this great component. Iam using the evaluation edition and planning to buy the prof edition. I need an example of open an email in the pocket outlook pane like we do it in WM6. I will find the specific emails and automatically open the email messages in their own reading pane (I mean in...
  • MIME multipart e-mail

    I have a very simple script for sending an e-mail with the In The Hand Library EmailMessage emailMessage = new EmailMessage(); emailMessage.To.Add(new Recipient("Recipient")); emailMessage.Subject = "Subject"; emailMessage.BodyText = "BodyText"; emailMessage.Send("account"...
  • email gets stuck in outbox

    Hi I have a windows mobile 5 application which creates a email containing all the relevant information but gets stuck in the outbox. when outlook synchronises it still sits there. I am able to write additional emails using pocket outlook and they are sent without a problem. has anyone else come across...
    Posted to InTheHand.WindowsMobile (Forum) by mmeddle on 03-25-2008
  • Appointment.Properties Collection and MeetingOrganizerName

    I'm testing with the evaluation version of the 3.1 InTheHand.WindowsMobile.PocketOutlook library. I'm finding that when I try get the MeetingOrganizerName it is always = ""(empty string). Same result referencing the Properties collection like app.Properties[AppointmentProperty.MeetingOrganizerName...
  • fail to execute Mobile In The Hand 3.0 Evaluation Edition sample outlook app in WM 5.0

    Hi, I am facing null pointer object exception when I click new, change and delete button. It is appreciated that someone can advice me how to solve the above issue. I am using InTheHand.WindowsMobile – Evaluation Edition v 3.0 Thanks in advance. Cheer, Henry Neo
    Posted to InTheHand.WindowsMobile (Forum) by henryneo on 03-24-2008
  • Appointment MeetingOrganizerName

    Accessing this property either using app.Properties[AppointmentProperty.MeetingOrganizerName] or app.MeetingOrganizerName throws an exception of type 'System.Runtime.InteropServices.COMException' RESULT of 0x80070006. I think this is the COM Error code for invalid handle. Other Appointment functions...
  • Not engough program storage

    Hi I have an application who's job it is to simply check the inbox every minute and check the emails which are there for any containing specifc details in the subject line. The program works well, but it gradually reduces the available program memory until the device decides it can't cope any...
  • MenuExtensions problems

    Hi, I have InTheHand version 3.0 SP 1 installed on my Windows Mobile 6 HP iPAQ 214. I am experiencing a lot of problems with the creation of MenuExtensions in Pocket Outlook. Hopefully you can get these resolved asap as we are going into a couple of big demonstrations this week. The problems are: MenuExtensions...
    Posted to InTheHand.WindowsMobile (Forum) by Jinx on 02-18-2008
Page 1 of 4 (31 items) 1 2 3 4 Next >
Copyright © 2001-2008 In The Hand Ltd. All rights reserved. Terms of Use and Privacy Policy.