CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 7 of 7

Threaded View

  1. #5
    Join Date
    Feb 2007
    Posts
    42

    Re: Send mails with rtf format using smtp client

    Is possible that is not working fine because outlook want recieve a rtf format uncompressed (or compressed), and I think that we are sending mails with RTF format compressed(or uncompressed)... I don't understand a lot, but I am thinking this at this time (I have read this in http://stackoverflow.com/questions/2...mat-to-outlook).

    Thank you very much Eri523.
    Last edited by molistok; May 25th, 2011 at 11:31 AM. Reason: spelling mistakes

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured