
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