Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. How can I receive mails that is coming to my outlook in an MFC appliation.

How can I receive mails that is coming to my outlook in an MFC appliation.

Scheduled Pinned Locked Moved C / C++ / MFC
questionc++
3 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • V Offline
    V Offline
    VCSharp007
    wrote on last edited by
    #1

    Hi , I had made an application which can send mails . I had done this by loading MAPI32.dll. Now my doubt is "Is there any method to display mails to my application which is coming to my outlook account ?" Thanx in advance Rgds Sunil

    M S 2 Replies Last reply
    0
    • V VCSharp007

      Hi , I had made an application which can send mails . I had done this by loading MAPI32.dll. Now my doubt is "Is there any method to display mails to my application which is coming to my outlook account ?" Thanx in advance Rgds Sunil

      M Offline
      M Offline
      Mad__
      wrote on last edited by
      #2

      If you receive you mail from server using Outlook, you can find received messages in C:\Documents and Settings\**{User name}**\Local Settings\Application Data\Identities\**id**\Microsoft\Outlook Express (this folder may be changed in Outlook settings) If you planing to interact whith mail server from you program (not using Outlook), you mast implement needed mail protocol (like POP3,...) self ;) (see C++/Internet section on this site)

      1 Reply Last reply
      0
      • V VCSharp007

        Hi , I had made an application which can send mails . I had done this by loading MAPI32.dll. Now my doubt is "Is there any method to display mails to my application which is coming to my outlook account ?" Thanx in advance Rgds Sunil

        S Offline
        S Offline
        Sujan Christo
        wrote on last edited by
        #3

        Hi, you must have to look 4 articles related 2 outlook automation. Have a look @ the following article http://www.codeproject.com/com/outlookaddin.asp This may help you Sujan

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups