Results 1 to 4 of 4

Thread: Console Application VB 2005

  1. #1

    Thread Starter
    New Member TheSpider's Avatar
    Join Date
    Feb 2009
    Location
    Manchester, England
    Posts
    5

    Console Application VB 2005

    Hey All,

    I'm not looking for anyone to complete my "home work" assignment for my A-Level computing as I've done this now and I think it's impressive. What I am now looking for is help in extending what I have done and making it better.

    History:
    I have built my application in Visual Basic 2005 Express Edition. It is a Console Application. After filling in the questionnaire the user gets given results and all this information is stored in a .txt document (Notepad).

    I want the data that is put in to the application to send infomation to the user's e-mail address. I have been looking around the internet and it says it could do it but it needs Outlook express.

    My question is, is this possible and if so can anyone direct me to a good tutorial or help me?

    Thank You,
    Spider.
    Thank You,
    The Spider


  2. #2
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: Console Application VB 2005

    Moved To VB.NET

  3. #3
    Powered By Medtronic dbasnett's Avatar
    Join Date
    Dec 2007
    Location
    Jefferson City, MO
    Posts
    9,897

    Re: Console Application VB 2005

    search for
    SMTP
    in this forum
    My First Computer -- Documentation Link (RT?M) -- Using the Debugger -- Prime Number Sieve
    Counting Bits -- Subnet Calculator -- UI Guidelines -- >> SerialPort Answer <<

    "Those who use Application.DoEvents have no idea what it does and those who know what it does never use it." John Wein

  4. #4
    PowerPoster gep13's Avatar
    Join Date
    Nov 2004
    Location
    The Granite City
    Posts
    21,963

    Re: Console Application VB 2005

    Hey,

    No, you don't specifically need Outlook, but what you do need is an SMTP Server that can relay the email for you. If for instance you have a GMail account, you can log into their server using your account details and send an email.

    This is all done using the SMTPClient and MailMessage Classes, have a look at this post for details on how to do this:

    http://www.vbforums.com/showthread.p...ighlight=GMAIL

    Hope that helps!!

    Gary

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