www.pudn.com > 20063518740652.zip > SEE32.FOX
*** SEE32 Declarations for Visual FoxPro ***
#define SEE_MIN_RESPONSE_WAIT 1
#define SEE_MAX_RESPONSE_WAIT 2
#define SEE_CONNECT_WAIT 3
#define SEE_DISABLE_MIME 4
#define SEE_MIN_LINE_WAIT 5
#define SEE_MAX_LINE_WAIT 6
#define SEE_QUOTED_PRINTABLE 8
#define SEE_AUTO_CALL_DRIVER 9
#define SEE_LOG_FILE 20
#define SEE_GET_ERROR_TEXT 1
#define SEE_GET_COUNTER 2
#define SEE_GET_RESPONSE 3
#define SEE_GET_SOCK_ERROR 4
#define SEE_GET_MESSAGE_BYTES_READ 10
#define SEE_GET_ATTACH_BYTES_READ 11
#define SEE_GET_TOTAL_BYTES_READ 12
#define SEE_GET_MESSAGE_BYTES_SENT 13
#define SEE_GET_ATTACH_BYTES_SENT 14
#define SEE_GET_TOTAL_BYTES_SENT 15
#define SEE_GET_VERSION 16
#define SEE_GET_MSG_COUNT 17
#define SEE_GET_MSG_SIZE 18
#define SEE_GET_BUFFER_COUNT 19
#define SEE_GET_CONNECT_STATUS 20
#define SEE_GET_REGISTRATION 21
#define SEE_GET_ATTACH_COUNT 22
#define SEE_GET_LAST_RESPONSE 23
#define SEE_GET_VERIFY_STATUS 24
#define SEE_GET_SERVER_IP 25
#define SEE_GET_BUILD 26
*** SEE Functions
DECLARE INTEGER seeSmtpConnect;
in WSC32.DLL @STRING Server @STRING From, @STRING Reply
DECLARE INTEGER seeSendEmail;
in WSC32.DLL @STRING To, @STRING CC, @STRING BCC, @STRING Subj, @STRING Msg, @STRING Attach
DECLARE INTEGER seeDriver;
in WSC32.DLL;
DECLARE INTEGER seeClose;
in WSC32.DLL;
DECLARE INTEGER seeDebug;
in WSC32.DLL INTEGER Index, @STRING Buffer, INTEGER BufLen
DECLARE INTEGER seeIntegerParam;
in WSC32.DLL INTEGER Param, INTEGER Value
DECLARE INTEGER seeStringParam;
in WSC32.DLL INTEGER Param, @STRING Value
DECLARE INTEGER seeErrorText;
in WSC32.DLL INTEGER Code, @STRING Buffer, INTEGER BufLen
DECLARE INTEGER seeDeleteEmail;
in WSC32.DLL INTEGER MsgNbr;
DECLARE INTEGER seeExtractText;
in WSC32.DLL @STRING Source, @STRING Text, @STRING Buffer, INTEGER BufLen
DECLARE INTEGER seeGetEmailFile;
in WSC32.DLL INTEGER MsgNbr, @STRING EmailName, @STRING EmailDir, @STRING AttachDir
DECLARE INTEGER seeGetEmailLines;
in WSC32.DLL INTEGER MsgNbr, INTEGER Lines, @STRING Buffer, INTEGER BufLen
DECLARE INTEGER seeGetEmailCount;
in WSC32.DLL;
DECLARE INTEGER seeGetEmailSize;
in WSC32.DLL INTEGER MsgNbr;
DECLARE INTEGER seePop3Connect;
in WSC32.DLL @STRING Server, @STRING User, @STRING Password
DECLARE INTEGER seeVerifyFormat;
in WSC32.DLL @STRING User
DECLARE INTEGER seeVerifyUser;
in WSC32.DLL @STRING User
DECLARE INTEGER seeDecodeBuffer;
in WSC32.DLL @STRING CodedBuf, @STRING ClearBuf, INTEGER BufLen
DECLARE INTEGER seeEncodeBuffer;
in WSC32.DLL @STRING ClearBuf, @STRING CodedBuf, INTEGER BufLen