|
HRESULT | InitNew ([in] LPSTR pszLogFilePath, [in] IPOP3Callback *pCallback) |
|
HRESULT | MarkItem ([in] POP3MARKTYPE marktype, [in] DWORD dwPopId, [in] boolean fMarked) |
|
HRESULT | CommandAUTH ([in] LPSTR pszAuthType) |
|
HRESULT | CommandUSER ([in] LPSTR pszUserName) |
|
HRESULT | CommandPASS ([in] LPSTR pszPassword) |
|
HRESULT | CommandLIST ([in] POP3CMDTYPE cmdtype, [in] DWORD dwPopId) |
|
HRESULT | CommandTOP ([in] POP3CMDTYPE cmdtype, [in] DWORD dwPopId, [in] DWORD cPreviewLines) |
|
HRESULT | CommandQUIT () |
|
HRESULT | CommandSTAT () |
|
HRESULT | CommandNOOP () |
|
HRESULT | CommandRSET () |
|
HRESULT | CommandUIDL ([in] POP3CMDTYPE cmdtype, [in] DWORD dwPopId) |
|
HRESULT | CommandDELE ([in] POP3CMDTYPE cmdtype, [in] DWORD dwPopId) |
|
HRESULT | CommandRETR ([in] POP3CMDTYPE cmdtype, [in] DWORD dwPopId) |
|
HRESULT | GetServerInfo ([in, out] LPINETSERVER pInetServer) |
|
IXPTYPE | GetIXPType () |
|
HRESULT | IsState ([in] IXPISSTATE isstate) |
|
HRESULT | InetServerFromAccount ([in] IImnAccount *pAccount, [in, out] LPINETSERVER pInetServer) |
|
HRESULT | Connect ([in] LPINETSERVER pInetServer, [in] boolean fAuthenticate, [in] boolean fCommandLogging) |
|
HRESULT | HandsOffCallback () |
|
HRESULT | Disconnect () |
|
HRESULT | DropConnection () |
|
HRESULT | GetStatus ([out] IXPSTATUS *pCurrentStatus) |
|
HRESULT | QueryInterface ([in] REFIID riid, [out, iid_is(riid)] void **ppvObject) |
|
ULONG | AddRef () |
|
ULONG | Release () |
|
Definition at line 70 of file inetcomm.idl.