Wrox Home  
Search P2P Archive for: Go

  Return to Index  

pro_vb thread: Find Out What Functions are in a .DLL


Message #1 by rg1@h... on Fri, 20 Jul 2001 18:21:09
Hi Cardyin.

Thanks. I already had that piece of information. 
One thing that concerns me is that where the document tells you about the
declaration of this function, it says "Recipient() As MapiRecip". 
At the beginning of the document, it explains this as the first element in
an array of recipients. In the VB 4.0 code example (I could not find any
code example for VB 6.0) that I was finally able to find, it passes this
parameter as "MR(0)" where MR is the MapiRecipient array. When I tried this,
I got a compile error and only when I changed it to "MR()", did I get a
clean compile.

I can successfully MAPILogon, MAPIResolveName but get an error number 2 with
MAPISendMail. 2 is MAPI_E_FAILURE. Not much to go on there!

I just don't know what to do now to resolve this issue. :-(

Rita

-----Original Message-----
From: Kim, Cardyin [mailto:CKim@s...]
Sent: Friday, July 20, 2001 3:17 PM
To: professional vb
Subject: [pro_vb] RE: Find Out What Functions are in a .DLL


Rita,

Here you go:

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/mapi/html/_
mapi1book_simple_mapi.asp

The newsgroup has a tendancy to chop long lines into smaller
ones so make sure you get everything from http: to mapi.asp
on one line.

On the left side you should see a table of contents.
If you expand "Simple MAPI" you will see a section
totally dedicated to Simple MAPI functions in VB.

Cardyin

--------------------------------------
Cardyin Kim
C/S & Web Development Analyst
Information Services
San Antonio Community Hospital
ckim@s...     (xxx)xxx-xxxx     
--------------------------------------

  Return to Index