CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    May 1999
    Location
    NM, USA
    Posts
    5

    MAPI Checking mail?

    Is there any way to use MAPI to send a message to check for new mail? I assumed that MAPIReadMail would do the trick, but it only pulls a message from the application that has already been downloaded. Is there any way to tell the application to check for new messages? I really do not want to have to re-invent the wheel for this problem and want to avoid having to do POP3 calls if at all possible.

    -Sean


  2. #2
    Join Date
    May 1999
    Posts
    123

    Re: MAPI Checking mail?

    Sorry, but MAPI is built around the idea that the email client receives email from the server automatically rather than having a POP3-style setup, where the mail stays on the server until the client calls to download it.


    The universe is a figment of its own imagination.

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