Wrox Home  
Search P2P Archive for: Go

  Return to Index  

access thread: SMTP dll


Message #1 by "Enzo" <enzaux@g...> on Thu, 16 May 2002 09:41:59 +0800
	Hi, hello!!  I was wondering if it's true that you can use a particular dll to send email.  There is one guy that said to me that
he can send email using smtpmsg.dll.  I tried to find that dll on my pc and the closes to the dll he said is smtp_mailmsg.dll.
He's not so kind enough to share his knowledge.  Is there really a way to send email using this dll or any dll aside from using
Outlook.

Thanks,

Enzo :)


Message #2 by "Carnley, Dave" <dcarnley@a...> on Thu, 16 May 2002 09:31:10 -0500
you can use the functions of any C-style or Activex DLL.  register it using
regsvr32, make a reference to it in the VBE, then look at its functions in
the object browser... if it has functions you can use, use them :)


-----Original Message-----
From: Enzo [mailto:enzaux@g...]
Sent: Wednesday, May 15, 2002 8:42 PM
To: Access
Subject: [access] SMTP dll



	Hi, hello!!  I was wondering if it's true that you can use a
particular dll to send email.  There is one guy that said to me that
he can send email using smtpmsg.dll.  I tried to find that dll on my pc and
the closes to the dll he said is smtp_mailmsg.dll.
He's not so kind enough to share his knowledge.  Is there really a way to
send email using this dll or any dll aside from using
Outlook.

Thanks,

Enzo :)




  Return to Index