⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 email.tlh

📁 Email的收发源代码
💻 TLH
字号:
// Created by Microsoft (R) C/C++ Compiler Version 12.00.8447.0 (28c877ce).
//
// Email.tlh
//
// C++ source equivalent of Win32 type library C:\Documents and Settings\aikram\Desktop\Email\Debug\Email.dll
// compiler-generated file created 09/24/02 at 11:35:19 - DO NOT EDIT!

#pragma once
#pragma pack(push, 8)

#include <comdef.h>

//
// Forward references and typedefs
//

struct /* coclass */ Mail;
struct __declspec(uuid("63ca4a34-700c-4766-8e2b-03829185afc0"))
/* dual interface */ IMail;

//
// Smart pointer typedef declarations
//

_COM_SMARTPTR_TYPEDEF(IMail, __uuidof(IMail));

//
// Type library items
//

struct __declspec(uuid("2f926f3c-ffdc-4d0e-ac82-a8cc113dd1de"))
Mail;
    // [ default ] interface IMail

struct __declspec(uuid("63ca4a34-700c-4766-8e2b-03829185afc0"))
IMail : IDispatch
{
    //
    // Wrapper methods for error-handling
    //

    _bstr_t get_strSubject ( );
    HRESULT put_strSubject (
        _bstr_t sSubject );
    HRESULT put_strProfileName (
        _bstr_t sProfileName );
    HRESULT Logon ( );
    HRESULT put_strEmailAddress (
        _bstr_t sEmailAddress );
    HRESULT Send ( );
    HRESULT Logoff ( );
    HRESULT put_strRecipient (
        _bstr_t sRecipientEmail );
    HRESULT put_strMessage (
        _bstr_t sMessageText );
    _bstr_t get_strMessage ( );
    HRESULT put_strAttachmentFile (
        _bstr_t sAttachmentFileName );
    _bstr_t get_strAttachmentFile ( );
    HRESULT put_strAttachmentFilePath (
        _bstr_t sAttachmentFilePath );
    _bstr_t get_strAttachmentFilePath ( );

    //
    // Raw methods provided by interface
    //

    virtual HRESULT __stdcall raw_get_strSubject (
        BSTR * pVal ) = 0;
    virtual HRESULT __stdcall raw_put_strSubject (
        BSTR sSubject ) = 0;
    virtual HRESULT __stdcall raw_put_strProfileName (
        BSTR sProfileName ) = 0;
    virtual HRESULT __stdcall raw_Logon ( ) = 0;
    virtual HRESULT __stdcall raw_put_strEmailAddress (
        BSTR sEmailAddress ) = 0;
    virtual HRESULT __stdcall raw_Send ( ) = 0;
    virtual HRESULT __stdcall raw_Logoff ( ) = 0;
    virtual HRESULT __stdcall raw_put_strRecipient (
        BSTR sRecipientEmail ) = 0;
    virtual HRESULT __stdcall raw_put_strMessage (
        BSTR sMessageText ) = 0;
    virtual HRESULT __stdcall raw_get_strMessage (
        BSTR * sMessageText ) = 0;
    virtual HRESULT __stdcall raw_put_strAttachmentFile (
        BSTR sAttachmentFileName ) = 0;
    virtual HRESULT __stdcall raw_get_strAttachmentFile (
        BSTR * sAttachmentFileName ) = 0;
    virtual HRESULT __stdcall raw_put_strAttachmentFilePath (
        BSTR sAttachmentFilePath ) = 0;
    virtual HRESULT __stdcall raw_get_strAttachmentFilePath (
        BSTR * sAttachmentFilePath ) = 0;
};

//
// Wrapper method implementations
//

#include "Email.tli"

#pragma pack(pop)

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -