Microsoft's documentation is quite detailed about how to create a relationship between a client & server, but I haven't been able to find any details as to how to terminate the relationship?

As the server has quite broad rights on the client, I suspect it's a purely server-side thing.

有帮助吗?

解决方案

There is no "logging out" of an ActiveSync session, at least from the protocol's perspective. Each call is stateless, so as long as the client device retains the account credentials it can issue another synchronization command at any time.

If you're asking about Exchange administrative configuration relating to ActiveSync, you should try ServerFault instead.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top