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
4
votes
1 answer

Utilizing OAuth2 for Office365, through Exchange ActiveSync (EAS)

The blog post: Announcing Exchange ActiveSync v16.1 states that: While not a part of EAS 16.1, we also want to note that both Office 365 and Outlook.com customers can now utilize the OAuth 2.0 protocol for authorization through EAS. My question…
grebulon
  • 7,697
  • 5
  • 42
  • 66
4
votes
2 answers

How can I control my winmo phone?

I have been trying to find a way to control my winmo phone from my pc. (HTC S740) What I want is to be able to call a number from an application, answer the phone from an application and hangup the phone from an application. It should also be able…
Christian Wattengård
  • 5,543
  • 5
  • 30
  • 43
4
votes
1 answer

How can I use the occurrences to calculate the end date of a recurring event in eas

Can anyone tell me the best way of calculating the end date of a recurring event from the number of occurrences and the pattern in which the event occurs. For example: I have an event which has start date as 10/07/2014 (Tuesday) and occurs every…
tavier
  • 1,744
  • 4
  • 24
  • 53
3
votes
1 answer

Changed Launch10=shell.exe to another value... what now?

I'm working with Windows CE 5 and, before realizing that this was the wrong reg key, I changed the value of HKLM>init>Launch10 from shell.exe to my own program. I know now that I should have changed Launch50. So when my physical device boots up I…
Peter
  • 9,643
  • 6
  • 61
  • 108
3
votes
2 answers

Where is the ActiveSync / MS Exchange Source within the Android OS Code-Base

Ever since Froyo (Android 2.2), Google's Android OS has supported syncing Microsoft Exchange accounts using the ActiveSync protocol. I am trying to find Android's implementation of the ActiveSync protocol within the Android code-base. Does anyone…
speedplane
  • 15,673
  • 16
  • 86
  • 138
3
votes
2 answers

Android tutorial / Ref : to access contacts, email and contacts using exchange activesync?

I planed to develop android app to sync outlook exchange contacts and mail to myapp. I googled it but not get any tutorial regarding that. I only gets the result to setup active sync and other third party apps. Any one please guide me to understand…
Jayabal
  • 3,619
  • 3
  • 24
  • 32
3
votes
3 answers

Programming ActiveSync on Windows Mobile

I am developing a desktop app which manages contact information and I want to be able to have it sync with the contacts list on Windows Mobile devices. Which namespaces/APIs do I need to understand to do this? I would prefer something in .NET…
dso
  • 9,463
  • 10
  • 53
  • 59
3
votes
2 answers

WIN CE 5.0 ActiveSync Connect/Disconnect?

I'm having to back port some software from Windows Mobile 6.5 to Windows CE 5.0, the software currently detects when the unit is in the base unit (ActiveSync running). I need to know when ActiveSync is running on the unit so that I can prepare the…
Paul Talbot
  • 1,583
  • 1
  • 14
  • 28
3
votes
2 answers

Which Exchange protocol to use?

My company is working on a project to develop a desktop and mobile email client that can connect to different mail servers with minimal configuration for users or server admins. We want to be able to support Exchange but I've realised after some…
Kevin
  • 61
  • 1
  • 2
  • 4
3
votes
1 answer

ActiveSync client Java implementation

My company is working on a project to develop a desktop and mobile email client that can connect to different mail servers with minimal configuration for users or server admins. As we want to support Microsoft Exchange it seems we have to implement…
Kevin
  • 61
  • 1
  • 2
  • 4
3
votes
1 answer

Android mail search using Exchange Activesync

Is there is way to search mail in Exchange server using active sync protocol in android, i tried in many ways but it works for Global adress lookup but not for mails. can anybody please give the solution it realy helps me. please suggest the any…
Madhu
  • 31
  • 3
3
votes
4 answers

How do I implement activesync protocol in iphone app?

How do I implement activesync protocol in iphone app? Any advice, any docs and tutorials are well come. I have read the Exchange ActiveSync and iOS 4 Devices from apple. Is there any real docs for this?
Alex Terente
  • 12,006
  • 5
  • 51
  • 71
3
votes
1 answer

Deploying an application into a smart device

Just wondering what is the best way to deploy an application into a device using Active Sync / Windows Mobile Device Center? I looked into creating a CAB Project which works but I just want to know any other options to do this.. And also, how do I…
Jeff
  • 85
  • 2
  • 11
3
votes
1 answer

Translate ActiveSync Mailbox id to EWS folder id

Do you know if it is possible to translate ActiveSync (calendar) Mailbox id to EWS folder id. My main sync task uses Activesync protocol but for certain tasks I need to use EWS protocol. For now I used GUID of meeting to find out EWS instance of…
Filipkowicz
  • 639
  • 6
  • 17
3
votes
0 answers

HttpClient send request throws Exception from HRESULT: 0x80072F8F

I'm trying to send a web request to an ActiveSync server using HttpClient in Windows Universal App (Windows 8.1/Windows Phone 8.1). When i call the method SendRequestAsync it throws Exception "HResult:0x80072F8F" and the response is null. I…
d14broos
  • 31
  • 3
1
2
3
15 16