我有一个html文件,需要在程序中调用outlook express,把html作为正文发送出去,如何实现?我试了一下MAPI的MAPIMessages似乎不行,哪位有经验的来指点一下吧。

解决方案 »

  1.   

    Except Simple MAPI, Outlook Express doesn't expose any other
    external interfaces to public.
    Here is example, it may help.http://msdn.microsoft.com/library/default.asp?url=/library/en-us/mapi/html/_mapi1book_receiving_a_message_simple_mapi_sample.asp
      

  2.   

    MAPI我用过,可以发送邮件,但是不是用的outlook的那个发送窗体。我查了一下windows下的所有类型库,确实没有和Outlook Express 相关的接口,但是在IE里的表单元素,当把action设为mailto:xxx时可以将表单内容作为邮件通过outlook发送,就是说从理论上能做到,莫非是IE用了某些隐藏的接口?
      

  3.   

    Outlook Express 相关的接口得到Office自动化编程里去查吧
      

  4.   

    Here is a Outlook Express MVP's website, you can get some quick infomation.http://insideoe.tomsterdam.com/