CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Oct 1999
    Location
    Switzerland
    Posts
    27

    Sending Mails from VB

    Hello
    I want to send my mails, placed in the "outbox", without using "Send/Receive" from Outlook.
    I want make my networkconnection self, then get all mails from Outbox, and put them to the account.
    Is there a way

    Regards Remo


  2. #2
    Join Date
    Apr 2000
    Posts
    737

    Re: Sending Mails from VB

    if you are talking about implement your own POP3 & SMTP protocol to get & send mail, you can check out http://vblib.virtualave.net, there are 2 class vbPOP3 & vbSMTP which might help.


    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