CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Aug 2001
    Location
    Alberta, Canada
    Posts
    10

    Building E-Mail App. Need versatile OCX for Message

    I am building a specialized E-Mail application using Winsock and I need a text box like the RichTextBox, where you can format text but when emailed it retains it's format at the recipients end. Does anybody know where I can get a Text box OCX like this or some code that would make it possible? Thanking you in advance. [email protected]


  2. #2
    Join Date
    Apr 2000
    Posts
    737

    Re: Building E-Mail App. Need versatile OCX for Message

    in order to send email using winsock control, you will need to know Pop3 and SMTP protocol. You might try http://vblib.virtualave.net, there is 2 class vbPop3 & vbSMTP that might help. However, most of the email client that allow formatting of email text, is nothing more than using the HTML. that's, if you want to make a text appears bold, then type <B>Text</B>,..etc. on the other size, the viewer must be able to interprete HTML.




    HTH

    cksiow
    http://vblib.virtualave.net - share our codes

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