|
-
Sep 15th, 2000, 10:49 PM
#1
Thread Starter
Junior Member
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.
-
Sep 15th, 2000, 11:32 PM
#2
Thread Starter
Junior Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|