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

Thread: Receving email

  1. #1
    Join Date
    Apr 2005
    Posts
    48

    Receving email

    I have done a big search and found lots of ways to send emails, but how do you recieve/view them. is it simple or is viewing more difficult?

  2. #2
    Join Date
    Jul 2001
    Location
    Sunny South Africa
    Posts
    11,284

    Re: Receving email

    Well, you will need the MAPISession and MAPIMessages Controls in your application.Have a look at this MSDN Example..

    Hope it helps!
    Last edited by HanneSThEGreaT; December 19th, 2008 at 02:55 AM.

  3. #3
    Join Date
    Mar 2001
    Location
    Romania
    Posts
    71

    Re: Receving email

    But how can I receive emails without Outlook or any other mail clients?

    Thanks.

  4. #4
    Join Date
    May 2005
    Posts
    2

    Post Re: Receving email

    Same here...
    Who needs Outlook anyway?
    The only way I can think of is
    directly connecting to the desired mail server via winsock. You'll need the specs of IMAP/POP3 protocol for this.

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