00001
00014 #ifndef __EMAISMTPINT_H__
00015 #define __EMAISMTPINT_H__
00016
00017 #include <EmaiSMTP.h>
00018
00019 #ifdef __cplusplus
00020 extern "C" {
00021 #endif
00022 EMAIAPI(EmaiError)
00023 EmaiSmtpConnectInternal(
00024 EmaiSmtpSession inSession,
00025 EmaiConstUniCharPtr inMailServer,
00026 short inPort,
00027 const EmaiProxyInfo* inProxyInfo,
00028 void* inUserData,
00029 EmaiConstCharPtr inHostName,
00030 EmaiConstCharPtr inIPAddress,
00031 EmaiOptions inOptions);
00032
00033 #ifdef __cplusplus
00034 }
00035 #endif
00036
00037
00038 #endif