www.pudn.com > SMTP-C.rar > smtp.def


LIBRARY LIBSMTP
DESCRIPTION "SMTP Client exported functions."
EXPORTS
   smtp_initialize	@1
   smtp_free		@2
   smtp_bdat		@3
   smtp_connect		@4
   smtp_data		@5
   smtp_disconnect	@6
   smtp_ehlo		@7
   smtp_expand		@8
   smtp_help		@9
   smtp_mailFrom	@10
   smtp_noop		@11
   smtp_quit		@12
   smtp_rcptTo		@13
   smtp_reset		@14
   smtp_send		@15
   smtp_sendCommand	@16
   smtp_sendStream      @17
   smtp_verify		@18
   smtp_processResponses	@19
   smtp_setChunkSize	@20
   smtp_setPipelining	@21
   smtp_setResponseSink	@22
   smtp_setTimeout	@23
   smtp_set_option	@24
   smtp_get_option	@25
   smtpSink_initialize	@26
   smtpSink_free	@27