Questions tagged [activesync]

ActiveSync is a mobile data synchronization technology and protocol developed by Microsoft

ActiveSync is a mobile data synchronization technology and protocol developed by Microsoft, originally released in 1996. There are two implementations of the technology: one which synchronizes data and information with handheld devices with a specific desktop computer (originally known as Handheld PC Explorer), and another technology, commonly known as Exchange ActiveSync (or EAS), which provides push synchronization of contacts, calendars, tasks, and email between ActiveSync-enabled servers and devices.

230 questions
2
votes
1 answer

Using ActiveSync to sync emails from newest to oldest

I'm looking to use ActiveSync to retrieve a given user's emails from newest to oldest. Unfortunately, when I make a sync request for all of a user's emails, by default ActiveSync starts with the oldest ones. This is a problem for users who have…
Josh Grinberg
  • 523
  • 6
  • 14
2
votes
1 answer

AutoQuarantine in Exchange Active Sync

I am doing a desktop application for Mobile Device Management which monitors Exchange Server activities. Specifically, i want to know which devices attempted to connect to Exchange active sync i.e "who had attempted to connect a mobile device to…
2
votes
2 answers

Get Microsoft Exchange Authentication token through Android's AccountManager

I am working on an Android 3.0 program that can connect to a SSL'd php webservice (outputs data in JSON, I can modify the server). The tablets that are connecting to this service have a corporate Microsoft ActiveSync (exchange 2010) account, and…
2
votes
1 answer

What ID is sent to Exchange ActiveSync from Windows Phone 7

When my WP7 phone connects to my EAS server I can see among other things it's Device ID (B5B0EA77FE982C6EB38584985E98F221). This ID does not match with anything I can get from the device via API. Using…
Riho
  • 4,523
  • 3
  • 33
  • 48
2
votes
2 answers

Are there any Windows Mobile client/server file synchronization APIs?

MS has a good file/directory sync framework called Windows.Synchronization.Files, but it is not available for Mobile! Does anyone know what the standard way is of getting this functionality on Windows Mobile? I know ActiveSync allows you to transfer…
AdamIerymenko
  • 1,299
  • 2
  • 10
  • 19
1
vote
2 answers

synchronize two win ce 6 devices using usb

I wanted to know if there is any way to synchronize (or exchanging files) two Windows CE 6.0 devices. Actually, I am able using ActiveSync to synchronize them one by one with a computer. Can I bypass the computer with plugging directly devices…
hzrari
  • 1,803
  • 1
  • 15
  • 26
1
vote
2 answers

Identify smartphone from PC programmatically

I have a WiFi network with several mobile devices/smartphones (e.g.: iPhone, Samsung). I know their IP addresses, but wish to identify them programatically from my PC without installing any app on them (e.g.: "noldS2" - "GT 9100" - "Android 2.3.5"…
Arnold Waldraf
  • 160
  • 3
  • 13
1
vote
1 answer

Run an application on windows mobile over ActiveSync

I'd like to run an application on windows mobile via ActiveSync from PC. Is there any way to do it via C# or C++ ? Or a way to edit a registry key of windows mobile via ActiveSync?
user1164244
  • 31
  • 1
  • 2
1
vote
1 answer

ActiveSync 2.5 push contacts Android 2.3 and 4

I am building a groupware using zpush to sync contacts/calendars. Direct Push is working very well on any IOS device but does not on Android (tested on 2.3 and 4.0). Instead of receiving a SYNC command after a PING response (status 2 - modified), I…
1
vote
2 answers

ActiveSync Fetch Command. How to Get MessageID

Use ItemOperations to get a message: How do I get the Headers in Particular the MessageID for the Email? I'm confused the example on MSDN clearly shows the email Header. http://msdn.microsoft.com/en-us/library/ee220018%28v=EXCHG.80%29.aspx Am I…
1
vote
1 answer

Accessing Windows Mobile/CE devices without using activesync/WMDC

I am currently working on an application that runs on several different Windows Mobile and CE devices. The project is written in unmanaged C++ using MFC. This application also comes with a supporting PC app and we programatically transfer files…
Jared Miller
  • 863
  • 7
  • 8
1
vote
0 answers

Include attachment in .ics file for a response to a meeting request

I am using the following tag while creating my ics object; Attach;FMTTYE= text/plain ;ENCODING =BASE64; VALUE =BINARY : (base 64 encoded text for a image) But it seems server not able to parse the ATTACH tag - the attachment is not getting…
user501818
  • 94
  • 5
1
vote
1 answer

CeRapiInit or CeRapiInitEx?

CeRapiInit() does not return until a device is connected and initialization is complete (synchronous). CeRapiInitEx() does, but requires a callback event handler (asynchronous). All I want is a "connecting to device" dialog with a cancel button.…
cdonner
  • 37,019
  • 22
  • 105
  • 153
1
vote
1 answer

ActiveSync to Sync iPhone with my Application

Would it be possible, to use ActiveSync on iPhone to sync Mail, Contact and Appointments with my Application? My application is developed with C#. Now, I thought, If I could implement something, that the iPhones can connect with ActiveSync to my…
BennoDual
  • 5,865
  • 15
  • 67
  • 153
1
vote
1 answer

Undocumented Exchange ActiveSync status while syncing

I'm trying to build a simple Exchange ActiveSync client. I'm using a simple Python script that sends an initial sync email command, while connecting to an Exchange 2010 SP1 . In the request body I'm send the following XML encoded as WBXML (using…
NTB
  • 89
  • 2
  • 11