.NET Components for Mobility

MIME multipart e-mail

Last post 03-29-2008 6:15 AM by PeterFoot. 1 replies.
Page 1 of 1 (2 items)
Sort Posts: Previous Next
  • 03-26-2008 11:07 AM

    • lbnd
    • Not Ranked
    • Joined on 03-18-2008
    • Posts 1

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

    In Windows Mobile 5, the e-mail is sent as

    Content-Type: multipart/alternative; 

    Is there a way to set Pocket Outlook (or the In The Hand Library) so that the e-mail is sent as

    Content-Type: text/plain; 

    Thank you very much,

     

    Leonardo

    Filed under:
  • 03-29-2008 6:15 AM In reply to

    Re: MIME multipart e-mail

    I don't believe there is a property in the underlying MAPI to control this but I will have a look.

    Peter

    Peter Foot
    Microsoft Device Application Development MVP
    www.peterfoot.net | www.inthehand.com
Page 1 of 1 (2 items)
Copyright © 2001-2008 In The Hand Ltd. All rights reserved. Terms of Use and Privacy Policy.