did you try CDONTS.NewMail component?

解决方案 »

  1.   

    用api就可以了
    先定义:
    Private Declare Function ShellExecute Lib "shell32.dll" Alias "ShellExecuteA" (ByVal hwnd As Long, ByVal lpOperation As String, ByVal lpFile As String, ByVal lpParameters As String, ByVal lpDirectory As String, ByVal nShowCmd As Long) As Long
    代码段:
    ShellExecute hwnd, "open", "mailto:", vbNullString, vbNullString, 0
      

  2.   

    去看看 我回答的, 有你想知道的。
    http://www.csdn.net/Expert/topic/511/511592.shtm