【问题标题】:Exchange server search from android email从 android 电子邮件中搜索 Exchange 服务器
【发布时间】:2011-11-28 07:13:22
【问题描述】:

我正在尝试通过 android 客户端的以下命令搜索 Exchange 服务器邮箱。

<Search>  
    <Store>
        <Name>Mailbox</Name>
        <Query> 
            <And>
            <Class>Email</Class>  
            <CollectionId>5</CollectionId>
            <FreeText>a</FreeText>
           </And>
        </Query>
    <Options>
        <Range>0-4</Range>
    </Options>
 </Store>

但是响应是一个状态错误...

<Search>
<Status>1</Status>
<Response>
    <Store>
    <Status>2</Status>
    .............

任何指针?

提前致谢

【问题讨论】:

  • 你终于解决了吗?

标签: email exchange-server exchange-server-2007 activesync


【解决方案1】:

如何获得 CollectionId ?您应该使用cmd = FolderSync 来获取服务器ID。

让 collectionId = 服务器 id

你可以看到这个

Android mail search using Exchange Activesync

【讨论】:

    猜你喜欢
    • 2011-06-24
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2012-11-26
    • 1970-01-01
    • 2012-04-25
    • 2011-12-03
    • 2017-07-28
    相关资源
    最近更新 更多