我想将收到的邮件内容存在本地的独立文件,以便其它应用程序打开如outlook,foxmail
但是出错错误信息: SaveToStream error: IStream interface not supported in supplied object.代码如下    byte[] arrBuffer = new byte[Msg.Size+1];
    Msg.SaveToStream(arrBuffer); //这里出错了哪位高手做过啊.