vbSendMail - Help

R

rmanchu

Hi

I've read thru the docs regarding vbSendMail and have the following
question.

Is there a way to the following:

Declare Function VBSendMail_Send Lib "vbsendmail.dll" Alias
"whatgoeshere" _
("whatgoeshere") As "whatgoeshere"

With the "whatgoeshere" filled with appropriate values?
I'm trying to call the "Send" method above.

Please help
Riyaz
 
Top