all groups > dotnet compact framework > august 2006 >
You're in the

dotnet compact framework

group:

Interoperability with orther applications


Interoperability with orther applications François Oliveira
8/26/2006 2:43:01 PM
dotnet compact framework:
How can I use .Net Compact Framework to get control of other applications
like contacts?
Re: Interoperability with orther applications Simon Hart
8/27/2006 12:00:00 AM
It depends on what version of the OS you are using and the version of the
..NET CF and whether you are talking about PIM/Outlook if just general
intercommunication on the device. If you are talking about Outlook/PIM then
read on.

If using .NET CF 2.0 and Windows Mobile 5 then it is easy to add a contact
by using the new assemblies available for WM5.
(microsoft.windowsmobile.pocketoutlook.dll) namespace
Microsoft.WindowsMobile.PocketOutlook.

See if this helps:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/mobilesdk5/html/T_Microsoft_WindowsMobile_PocketOutlook_Contact.asp

If using pre WM5 it's alot more cumbersome, P/Invoking is required. Do a
search for unmanaged POOM for more info.

Regards
Simon.

"François Oliveira" <François Oliveira@discussions.microsoft.com> wrote in
message news:AECF1C08-BA20-4B2E-9AD3-972758051F47@microsoft.com...
[quoted text, click to view]

AddThis Social Bookmark Button