|
I need to activesync all my oldcontacts to a new phone, but can't see how to do it in the software. Any suggestions?
Started by digiguru on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at superuser):
With ActiveSync and it will sync all data with whatever is holding it (local computer, server activesync.
|
|
At my company we have Exchange 2k3 with OWA being public, serving up Activesync and webmail. There is no pop3 or imap support from our admins. Outlook 2k3's RPC over HTTP is also disabled
Is there a desktop client that can connect to Activesync or OWA...
Started by prestomation on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at superuser):
You just got me thinking, Why doesn't Outlook support Activesync! I guess it would just, Sorry I cannot really think of a proper easy solution, I cannot find an PC Activesync addons - Other.
|
|
What is the best/most reliable way of detecting if a PC has Microsoft ActiveSync installed? My PC program uses RAPI to get files off of the device and if it isn't installed there is an error that RAPI.dll cannot be found.
Started by mikelberger on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
That you get and display a message to the user to install activesync?
You can read the registry to detect if ActiveSync is installed
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows CE Services
/// <summary> /// Checks to see if ....
|
Ask your Facebook Friends
|
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 between...
Started by JDM on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
If you're lucky the devices you care about will show up as an external... .
Activesync will be the most reliable method, being the one that will be the same for all windows connect particular devices to a machine without activesync installed.
|
|
In my team we share the different windows mobile devices we use for testing during development. This means that every time you plug in a device, ActiveSync creates a pop-up for the "Synchronization setup wizard". I'm looking for a way to disable this ...
Started by Greget on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Wherever you are using Activesync or Mobile Device Centre for Vista.
ActiveSync auto startup there.
|
|
Hi
i build C# program on Windows-Mobile that connect to WebService through cradle
and work with ActiveSync.
the customer want me to change the program that the connection will be through IP cradle.
is it require me any code change ?
how to do it ?
thank...
Started by Gold on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
I don't think so, web requests should use connection....
If you can get Internet Explorer on your device to display your web service page (asmx), then your application should be able to connect to the web service as well .
It shouldn't require any code change.
|
|
I have a .Net Compact app running on Windows Mobile, and I want to be able to connect to a webservice running on the 'host' machine (i.e. the desktop the PDA is plugged into) when connected via ActiveSync, but I don't know the ip address of the host. ...
Started by Wilka on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Dns.GetHostEntry(Dns.GetHostName()).AddressList[0];
That said, ActiveSync always creates a local network, so the device is always going to get that you're not trying to get your own....
Typically ActiveSync is running over RNDIS nowadays).
|
|
Can I return to Vista back ? Because I can't use activesync
Started by Ali Aktulga on
, 1 posts
by 1 people.
Answer Snippets (Read the full thread at microsoft):
|
|
I already have my work email setup using Exchange ActiveSync, but I would also love to be able to sync my Google Calendar using Google Sync . This seems like somewhat of an artificial limitation to me - does anyone know of a technical reason(s) why Apple...
Started by bcwood on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at superuser):
I have....
I unfortunately don't have much information as to why.
Windows Mobile also only allows one Exchange ActiveSync account.
ActiveSync was probably added just to get business accounts (it did get my attention after all that limits it.
|
|
I have two Exchange 2007 servers, one (exch1) in Transport Hub, Mailbox, and Client Access roles and the other (owa1) in the Client Access role. owa1 is exposed to the world on port 443 for external access.
owa1 is logging the following errors several...
Answer Snippets (Read the full thread at serverfault):
Make sure the BSD box doesn't have some logic for how it determines if a connection is "idle" or... .
Why is exch1 a CAS server? Is it in a different site than cas1?
When I've seen this it's either been a firewall or a load balancer dropping the connection .
|