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

    A problem with MAPI session

    Hi, I make a program for sending E-Mails using Mapi control, but when I SingOn the MAPISession (MAPISession.SingOn)
    the computer hangs, and I don't know why.
    If anybody knows why, please tells me.

    Thanks all



  2. #2
    Join Date
    Sep 1999
    Location
    Orlando, FL
    Posts
    3

    Re: A problem with MAPI session

    Try setting the LogonUI property = TRUE and running the Program... It should return an error if it's available. If the PC still hangs, reinstall Outlook - maybe you've got a bad .DLL.

    Kurt


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