解析MS Office和Exchange Server之间的消息. [英] Parsing messages between MS Office and Exchange Server.

查看:91
本文介绍了解析MS Office和Exchange Server之间的消息.的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

   我试图MS办公室和Exchange服务器之间的消息解析为特定操作数11,其代表EcdoRpcExt2

MAPISTATUS EcDoRpcExt2(
        [in,out]     policy_handle  *句柄,
        [in,out]     pulFlags  * pulFlags,
        [in,subcontext(4),flag(NDR_REMAINING | NDR_NOALIGN)]  mapi2k3_rgbIn  * rgbIn,
        [in]      uint32  cbIn,
           [out]      uint32  size,
        [out]      uint32  offset,
        [out,subcontext(4),flag(NDR_REMAINING | NDR_NOALIGN)]  DATA_BLOB  rgbOut,
        [in,out] [range(0,262144)]   uint32  * pcbOut,
           [in,subcontext(4),flag(NDR_REMAINING | NDR_NOALIGN)]  DATA_BLOB  rgbAuxIn,
        [in]      uint32  cbAuxIn,
        [out,subcontext(4),flag(NDR_REMAINING | NDR_NOALIGN)]  DATA_BLOB&rbbAuxOut,
        [in,out] [range(0,4104)]   uint32  * pcbAuxOut,
        [out]      uint32  * pulTransTime
  );

在解析数据时,使用LZXPRESS算法对有效负载部分(RgbIn,RgbOut,RgbAuxIn,RgbAuxOut)进行加密.解密是通过Direct2编码算法完成的.我需要找回原始格式,以便可以解码 有效载荷.但是尚未将RPC规范指定为用于相应解密的密钥.所以有人可以在这种情况下帮助我吗?         

此致,
Arjun

解决方案

你好,

 

谢谢您的发帖!  我建议将您的问题发布到 Exchange Server 位于此处:http://social.technet.microsoft.com/Forums/zh-CN/category/exchangeserver


祝你有美好的一天!

谢谢!


Hi,

   I am trying to parse messages between MS office and Exchange server for specific operation number 11 which stands for EcdoRpcExt2.

MAPISTATUS EcDoRpcExt2(
         [in,out]      policy_handle *handle,
         [in,out]      pulFlags *pulFlags,
         [in, subcontext(4),flag(NDR_REMAINING|NDR_NOALIGN)] mapi2k3_rgbIn *rgbIn,
         [in]       uint32  cbIn,
            [out]       uint32  size,
         [out]       uint32  offset,
         [out,subcontext(4),flag(NDR_REMAINING|NDR_NOALIGN)] DATA_BLOB rgbOut,
         [in,out][range(0,262144)]    uint32  *pcbOut,
            [in, subcontext(4),flag(NDR_REMAINING|NDR_NOALIGN)] DATA_BLOB rgbAuxIn,
         [in]       uint32  cbAuxIn,
         [out,subcontext(4),flag(NDR_REMAINING|NDR_NOALIGN)] DATA_BLOB rgbAuxOut,
         [in,out][range(0,4104)]     uint32  *pcbAuxOut,
         [out]       uint32  *pulTransTime
  );

While parsing the data , the Payload part( RgbIn, RgbOut, RgbAuxIn, RgbAuxOut ) is encrypted using LZXPRESS algorithm. Decryption is done through Direct2 encoding algorithm. I need to retrieve back to the original format so that I can decode the payload . But RPC spec haven't specified as what would be the key used for the corresponding decryption. So could anybody plz help me out in this context??           

Regards,
Arjun

解决方案

Hello ,

 

Thank you for your post!  I would suggest posting your question in the Exchange Server located here:  http://social.technet.microsoft.com/Forums/en-US/category/exchangeserver


Have a great day!

Thanks!


这篇关于解析MS Office和Exchange Server之间的消息.的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆