同上

解决方案 »

  1.   

    是一个用winsock接收pop3邮件的程序代码,有几个form和class 模块
    为什么会出现这种情况呢,和代码有关吗?可是调试的时候是正常的。
    ????
      

  2.   

    用以下代码打开同一个邮件。
    If Not m_Attachments.CreateFromText(strText, strBoundary) Then'编译后运行
        MsgBox "接收附件时,发现了不可识别的格式,请尝试用其它软件打开。"
        Set m_Attachments = Nothing
        m_bAttachment = False
    Else'调试时运行
        m_bAttachment = True
    End If
    ??????