MAPI - Undefined Error 32002 
Author Message
 MAPI - Undefined Error 32002

Hi VB wiz'es,

I am glad to see that I am not the only person to have struck major
bugs on my first two projects with VB 4.0.

First I create a program to clean data for a WWW database, and get
bitten by the .UpDate bug.

Now I am working with MAPI in VB 4.0-32 and I am getting an error report
in the following code:

"Undefined Error number 32002"

Private Sub cmdSendFax_Click()

MAPIM.MsgIndex = -1 'Building Outgoing Message
MAPIM.MsgNoteText = RichTextBox1
MAPIM.RecipAddress = Text1
MAPIM.MsgSubject = Text2
'MAPIM.Show
MAPIM.Send

End Sub

Any ideas?

Thanks bundles,
Aaron
~~~~~~~~~~~~~~~~~~~~~~~
A.L. Richards
President
Net Effect - Internet Service Provider
             for Commercial Properties
Day Phone:  810-442-7630
Eve Phone:  313-741-8623



Sat, 15 Aug 1998 03:00:00 GMT  
 
 [ 1 post ] 

 Relevant Pages 

1. MAPI error 32002!?!

2. MAPI error 32002 - An unsuspected failure has occurred ???

3. MAPI RecipAddress: Error 32002

4. MAPI Error 32002

5. Mapi error 32002

6. MAPI Error 32002

7. MAPI: unspecified failure 32002

8. VB4 MAPI and Unspecified Failure 32002

9. mapiSession returns error 32002

10. Help - Runtime Error 32002

11. error 32002

12. Error 32002 - unspecified failulre

 

 
Powered by phpBB® Forum Software