以下信息来自Option响应:

HTTP/1.1 200 OK
Cache-Control: private
Allow: OPTIONS,POST
Server: Microsoft-IIS/7.0
MS-Server-ActiveSync: 14.3
MS-ASProtocolVersions: 2.0,2.1,2.5,12.0,12.1,14.0,14.1
MS-ASProtocolCommands: Sync,SendMail,SmartForward,SmartReply,GetAttachment,GetHierarchy,CreateCollection,DeleteCollection,MoveCollection,FolderSync,FolderCreate,FolderDelete,FolderUpdate,MoveItems,GetItemEstimate,MeetingResponse,Search,Settings,Ping,ItemOperations,Provision,ResolveRecipients,ValidateCert
Public: OPTIONS,POST
X-AspNet-Version: 2.0.50727
X-Powered-By: ASP.NET
Date: Mon, 12 Aug 2013 02:36:56 GMT
Content-Length: 0

 

Provisioning Protocol describes an XML-based format used by servers that support the ActiveSync protocol to communicate security policy settings to client devices.[MS-ASPROV]

PolicyType MUST be "MS-EAS-Provisioning-WBXML".

Status (Provision)

1 Success
2 Protocol error
3 General Server error

Status (Policy)

From Server to Client

Value Meaning
1 Success.
2 There is no policy for this client.
3 Unknown PolicyType value.
4 The policy data on the server is corrupted (possibly tampered with).
5 The client is acknowledging the wrong policy key.

From Client to Server

Value Meaning
1 Success
2 Partial success (at least the PIN was enabled).
3 The client did not apply the policy at all.
4 The client claims to have been provisioned by a third party.

PolicyKey is used by the server to mark the state of policy settings on the client in the settings download phase of the Provision command. [optional]

EASProvisionDoc:配置列表,允许做什么,不允许做什么。来自服务器。

 

 

The FolderSync command synchronizes the collection hierarchy but does not synchronize the items in the collections themselves.

SyncKey

服务器用来追踪客户端状态的标识。

 

Status (FolderSync)

含义
1 成功
6 服务器出现错误
9 同步key不匹配或者非法
10 请求格式不正确
11 未知类型错误
12 未知编码

Changes

used to update the client with folder additions, deletions, and updates on the server.

Count

specifies the number of added, deleted, and updated folders on the server since the last folder synchronization.

If there are no changes since the last folder synchronization, a Count element value of 0 (zero) is returned.

Add

creates a new folder on the client.

Child elements of the Add element specify the server ID of the folder, the server ID of the parent folder, the display name of the folder, and the type of folder.

Update

identifies a folder on the server that has been updated (renamed or moved).

Delete

specifies that a folder on the server was deleted since the last folder synchronization.

子元素只需要ServerId就可以。

Type (FolderSync)

Value Meaning
1   User-created folder (generic)
2   Default Inbox folder
3   Default Drafts folder
4   Default Deleted Items folder
5   Default Sent Items folder
6   Default Outbox folder
7   Default Tasks folder
8   Default Calendar folder
9   Default Contacts folder
10  Default Notes folder
11  Default Journal folder
12  User-created Mail folder
13  User-created Calendar folder

14  User-created Contacts folder
15  User-created Tasks folder
16  User-created journal folder
17  User-created Notes folder
18  Unknown folder type
19  Recipient information cache

 

Settings

The Settings command supports get and set operations on global properties and Out of Office (OOF) settings for the user. The Settings command also sends device information to the server, implements the device password/personal identification number (PIN) recovery, and retrieves a list of the user's email addresses.

 

 

 

------------------------------------------

邮件地址查询

Search

used to find entries in an address book, mailbox, or document library (UNC or Windows SharePoint Services).

Name

specifies the store to search.

MailboxThe client specifies "Mailbox" when it intends to search the store.
Document LibraryThe client specifies "DocumentLibrary" when it intends to search a Windows SharePoint Services or UNC library.
GALThe client specifies "GAL" when it intends to search the Global Address List.

Query

描述查询的关键字

Options

查询的选项

 

 

----------------------------------------------

Push

ping

used to request that the server monitor specified folders for changes that would require the client to resynchronize.

Status (Ping)

含义
1 心跳中断时间内,没有发生改变
2 在最后一个被监视的文件夹中,有改动
3 Ping命令省略了必要的参数
4 Ping命令语法错误
5 设置的心跳超出范围。过短,就返回最小;过长,就返回最大值
6 ping命令带的监控目录数量超过服务器的上限。将通过MaxFolders返回
7 要求同步目录结构
8 服务器发生错误

Folder

被修改文件的服务器ID

FilterType (GetItemEstimate)

specifies a time window for the objects sent from the server to the client.

 

The GetItemEstimate command gets an estimate of the number of items in a collection or folder on the server that have to be synchronized.

CollectionId

specifies the server ID of the collection from which the item estimate is being obtained.

Estimate

specifies the estimated number of items in the collection or folder that have to be synchronized.

Sync

The Sync command synchronizes changes in a collection between the client and the server.

CollectionId (Sync)

specifies the server ID of the folder to be synchronized.

WindowSize

specifies a maximum number of changed items in a collection or a request that SHOULD be included in the synchronization response.

The BodyPreference element is an optional container (as specified in [MS-ASDTYPE] section 2.2)
element that sets preference information related to the type and size of information that is returned
from searching, synchronizing, or fetching.

Type (BodyPartPreference)

必选项

描述
1 Plain Text
2 HTML
3 RTF
4 MIME

TruncationSize (BodyPreference)

最大:4,294,967,295

Status (Sync)

描述
1 成功
3 同步key无效
4 协议错误
5 服务器错误
6 客户端/服务器的对话出现错误
7 客户端/服务器之间存在匹配冲突
8 目标未找到
9 Sync命令不能完成
12 目录结构发生变化
13 Sync命令不完整
14 Wait或者HeartbeatInterval值无效
15 Sync请求无效
16 重试

Commands

contains operations that apply to a collection. Available operations are Add, Delete, Change, Fetch, and SoftDelete.

Add (Sync)

It creates a new object in a collection on the client or on the server.

Delete (Sync)

deletes an object on the client device or the server.

Change

modifies properties of an existing object on the client device or the server.

Fetch (Sync)

In a request, the Fetch element is used to request the application data of an item that was truncated in a synchronization response from the server. The complete item is then returned to the client in a server response.

SoftDelete

deletes an object from the client when it falls outside the FilterType (section 2.2.3.64.2) results or it is no longer included as part of the SyncOptions (section 2.2.3.115.5) instructions. The object that is soft deleted is identified by its ServerId element.

HeartbeatInterval (Ping)

In Ping command requests, it specifies the length of time, in seconds, that the server SHOULD wait before sending a response if no new items are added to the specified set of folders。

 

-------------------------------------------------

SendMail

The SendMail command is used by clients to send MIME-formatted email messages to the server.

ClientId (SendMail, SmartForward, and SmartReply)

it specifies the client's unique message ID (MID).

SaveInSentItems

If the SaveInSentItems element is present, the message is stored -- if not present, the message is not stored.

Exchange Server Notes的更多相关文章

  1. Exchange Server 2013就地存档

    9.1就地存档 就地存档有助于重新获得对组织邮件数据的控制,而无需个人存储 (.pst) 文件,并且允许用户在可通过 Microsoft Outlook 2010及更高版本和 Microsoft Of ...

  2. Exchange Server简介与搭建

    一.Exchange Server简介Exchange Server 是微软公司的一套电子邮件服务组件,是个消息与协作系统. 简单而言,Exchange server可以被用来构架应用于企业.学校的邮 ...

  3. Exchange Server 2013 一步步安装图解

    前言: 这是一份为Exchange菜鸟准备的2013版本安装文档,安装环境为Windows Server 2012 DataCenter 版本,在安装之前,我对安装Exchange也是处于一无所知的状 ...

  4. Windows 2008下部署Exchange Server 2007

    对于很多政府及企业来说,微软的邮件服务器Exchange Server都是一个不错的通信和协作平台选择,尤其新版邮件服务器Exchange Server 2007 和OCS的组合,在微软UC平台上创下 ...

  5. Exchange Server 2010/2013架构改变

    Exchange Server 2010架构 Exchange Server 2013架构

  6. outlook 2003配置连接exchange server 2010报错——无法完成此操作。 与 Microsoft Exchange Server 的连接不可用。 Outlook 必须联机或连接才可完成该操作

    最近安装了一台Exchange 2013邮件服务器,但在客户端Outlook 2013手动配置邮箱时却发现了如下错误:   这里说一个简单的解决办法,实际上第一次启动Outlook时可以自动发现,只需 ...

  7. C#操作AD及Exchange Server总结

    C#操作AD及Exchange Server总结 这篇博客的目的:根据亲身项目经历,总结对AD及Exchange Server的操作,包括新建AD用户,设置密码,为AD用户创建邮箱等. 本文完全原创, ...

  8. Exchange Server 2013 一步步安装图解[完全步骤截图]

    前言: 这是一份为Exchange菜鸟准备的2013版本安装文档,安装环境为Windows Server 2012 DataCenter 版本,在安装之前,我对安装Exchange也是处于一无所知的状 ...

  9. Exchange Server 2007的即将生命周期,您的计划是?

    多数人做微软技术,Exchange Server 几乎所有 Microsoft 产品,都具有产品支持生命周期,原厂提供的新增功能. 错误修复.安全修补程序等.产品生命周期通常持续时间 10 年,超过期 ...

随机推荐

  1. 集合-HashSet

    参考博客:https://www.cnblogs.com/runwulingsheng/p/5208762.html https://www.cnblogs.com/ysocean/p/6555373 ...

  2. 【Math for ML】线性代数之——向量空间

    I. Groups 在介绍向量空间之前有必要介绍一下什么Group,其定义如下: 注意定义中的\(\bigotimes\)不是乘法,而是一种运算符号的统一标识,可以是乘法也可以是加法等. 此外,如果\ ...

  3. truncate、delete、drop区别

    语法: truncate table 表名 delete from 表名 drop table 表名 应用范围: truncate 只能对表,且不能用于参与了索引的表,不能用于外键约束引用的表 del ...

  4. mybatis 三剑客 generator配置 、mybatis plugin

    generator配置 1.配置pom.xml 导入mysql驱动.mybatis.mybatis-generator的依赖 <dependency> <groupId>org ...

  5. ProtonMiner挖矿蠕虫

    特征 ProtonMail邮箱地址 利用漏洞 服务 漏洞 Hadoop 未授权访问 Drupal CVE-2018-7600 Redis 未授权访问 Spring Data Commons CVE-2 ...

  6. MySQL:Your password has expired. To log in you must change it using a client that supports expired passwords

    MySQL:V5.6.37 安装后发现没远程权限,为了方便,就直接把hostname@root修改为%@root,密码修改为和localhost@root一样 然后尴尬的事情发生了,本地登陆正常,远程 ...

  7. 使用cstdiofile在vs2010中无法写入中文的问题

    在VC2010环境下, 以下代码无法实现使用CStdioFile向文本文件中写入中文(用notepad.exe查看不到写入的中文) CStdioFile file; file.Open(…); fil ...

  8. linux虚拟机网络服务问题

    这里说一下我遇到的一个网络问题,前天修改了虚拟机的主机名,重启虚拟机之后,使用新的主机名和IP都可以访问虚拟机,但昨天开启虚拟机之后,宿主机使用主机名和IP都不能访问虚拟机,于是,我通过ifconfi ...

  9. mariadb:SQL日常使用总结

    1.关联删除 DELETE T_Base_Resource_Action FROM T_Base_Resource_Action  INNER JOIN T_Base_Resource ON T_Ba ...

  10. Golang 类型转换,断言和显式强制转换

    1 前言 类型转换,可以用断言(只能使用在interface{}类型转换成其它类型)和显式类型强制转换(常规是用于基本类型) 2 代码 //graphql-go func(params graphql ...