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

Thread: MAPI

  1. #1
    Join Date
    Aug 1999
    Posts
    3

    MAPI

    <To Codeguru.com>
    Dear CodeGurus,

    I have a few queries regarding MAPI

    1)Does Outlook Express support Extended Mapi?

    2)An application I wrote in simple MAPI works for O.E when it is the default email client but I cannot get folder information using simple MAPI(for custom foldrs etc.).Can I??

    3)An application I downloaded (written in Extended MAPI)does not consider the default client (which happens to be O.E) and accesses Microsoft Outlook directly.When MS Outlook is not installed it does not run.Is this because OE does not support Extended MAPI or is there a way to specify the client to use using Extended MAPI??

    4)Does Microsoft Outlook need Microsoft Exchange server to be installed?

    I will be gratefull if you could answere these queries as I have an urgent project in this regard.

    Thanks,
    Jaspreet Bakshi
    <[email protected]>


  2. #2
    Guest

    Re: MAPI

    Well, can't answer all of them, but I do know Outlook Express does NOT support MAPI, only simple MAPI... So, applications that make use of extended MAPI calls will not work with Outlook Express.

    Chris Coble
    [email protected]


  3. #3
    Join Date
    Apr 1999
    Location
    Toronto, ON
    Posts
    713

    Re: MAPI

    4)Does Microsoft Outlook need Microsoft Exchange server to be installed?

    Do not.

    Dmitriy, MCSE

  4. #4
    Join Date
    Aug 1999
    Posts
    3

    thanks Chris

    hey Chris ,
    Thanks for answering my query.
    If I could help you out in sometime in your progarmming probs let me know
    Bye
    Jesse.


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