.NET Components for Mobility

SMS sent with SmsAccount.Send not appearing in sent items folder

Last post 02-11-2008 2:54 PM by gosber. 9 replies.
Page 1 of 1 (10 items)
Sort Posts: Previous Next
  • 09-13-2007 7:26 PM

    SMS sent with SmsAccount.Send not appearing in sent items folder

    Also cannot move the message into the sent items folder with MoveTo

     

    SmsMessage sms = new SmsMessage
    ...setup the message
    ...send it
    smsMessage.MoveTo(SmsAccount.SentItems)

    Observed on 5.0 and 6.0 and multiple devices.

     

    Filed under: ,
  • 09-14-2007 8:03 AM In reply to

    Re: SMS sent with SmsAccount.Send not appearing in sent items folder

    Can you confirm if it appears in the SentItems folder if you call Update() after sending then MoveTo?

    By default the message will not be stored in the SentItems folder if sent programmatically. In the next version this will respect the users settings in the messaging application. If save sent items is enabled a copy will be automatically written to the SentItems folder.

    Peter

    Peter Foot
    Microsoft Device Application Development MVP
    www.peterfoot.net | www.inthehand.com
  • 09-14-2007 1:28 PM In reply to

    Re: SMS sent with SmsAccount.Send not appearing in sent items folder

    Update:  yes that does work.  Moves it into the sent folder.  I had it the other way around, MoveTo and then update.  That didn't work and eventually caused an unhandled native exception.

  • 09-14-2007 4:08 PM In reply to

    Re: SMS sent with SmsAccount.Send not appearing in sent items folder

    New problem:  in the sent items list view it shows [no sender] as the receipient.  When viewing the item it shows the correct "to:" number.

  • 09-16-2007 7:29 AM In reply to

    Re: SMS sent with SmsAccount.Send not appearing in sent items folder

    Does this issue also occur on both Windows Mobile 5.0 and 6?

    Peter

    Peter Foot
    Microsoft Device Application Development MVP
    www.peterfoot.net | www.inthehand.com
  • 09-17-2007 4:34 PM In reply to

    Re: SMS sent with SmsAccount.Send not appearing in sent items folder

    Yes, happens on both 5.0 and 6.0.

  • 11-13-2007 9:38 AM In reply to

    Re: SMS sent with SmsAccount.Send not appearing in sent items folder

     keep watch on this.

  • 01-06-2008 12:50 AM In reply to

    Re: SMS sent with SmsAccount.Send not appearing in sent items folder

    any update about this? 

  • 01-07-2008 11:17 AM In reply to

    Re: SMS sent with SmsAccount.Send not appearing in sent items folder

    The sender information issues should be resolved in 3.0 SP1 released late last year. Whether the message is saved to Sent Items depends on the account setting which is user accessible in the options of the Messaging application and persisted in the registry.

    Peter

    Peter Foot
    Microsoft Device Application Development MVP
    www.peterfoot.net | www.inthehand.com
  • 02-11-2008 2:54 PM In reply to

    Re: SMS sent with SmsAccount.Send not appearing in sent items folder

    Ok, We will have a test and feed back soon. 

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