Results 1 to 2 of 2

Thread: MAPI Hangs On My Computer

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Sep 2000
    Posts
    20
    MAPI is hanging up on my computer. I have tried deleting the maip32.dll and copying back from the windows cd to no avail. Can't register the dll either. This is a fairly fresh install of win98 (two weeks old). Any ideas what i can try to get MAPI working?????

    I'm using this code found here to test with:

    Private Sub Command1_Click()
    MAPISession1.SignOn
    MAPIMessages1.SessionID = Me.MAPISession1.SessionID
    MAPIMessages1.Compose
    MAPIMessages1.RecipAddress = "[email protected]"
    MAPIMessages1.RecipDisplayName = "Joacim Andersson"
    MAPIMessages1.MsgSubject = "Hiya!"
    MAPIMessages1.MsgNoteText = "Here's the body of the mail"
    MAPIMessages1.Send
    MAPISession1.SignOff
    End Sub

    It hangs at MAPISession1.SignOn. Have to ctrl+alt+del and end task to end it.

    Any ideas would be greatly appreciated.

  2. #2

    Thread Starter
    Junior Member
    Join Date
    Sep 2000
    Posts
    20

    Question

    Ok, got MAPI working but....
    Found a post here that says that you have to have windows messaging installed.

    At MAPISession.Sigon windows messaging pops up and ask's what service to set up... Mail is the only option available. Click on ok, and it want to know where the postoffice is. ??????

    All i'm trying to do here is to check for new email from my vb app. What's whit this postoffice thing???

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