|
From: juvi on 5 Jul 2008 06:06 Hello, Is it possible to open the built-in phone calls history/list through .net cf on Windows Mobile Professional/Standard? And what about "Voice Messages" - where to find them?? thx juvi
From: Peter Foot on 5 Jul 2008 07:04 On Windows Mobile 5.0 and above you can display the call history using PhoneShowCallLog. To access the data directly there are a number of functions as part of the Phone API - PhoneOpenCallLog etc which can be P/Invoked. There is also a fully managed API for all of this in our Mobile In The Hand product (http://inthehand.com/content/Mobile.aspx) in the InTheHand.WindowsMobile.Telephony.CallHistory class. Peter -- Peter Foot Microsoft Device Application Development MVP peterfoot.net | appamundi.com | inthehand.com APPA Mundi Ltd - Software Solutions for a Mobile World In The Hand Ltd - .NET Components for Mobility "juvi" <juvi(a)discussions.microsoft.com> wrote in message news:096CC4F3-F60D-479E-9D98-EEE232B09809(a)microsoft.com... > Hello, > > Is it possible to open the built-in phone calls history/list through .net > cf > on Windows Mobile Professional/Standard? > > And what about "Voice Messages" - where to find them?? > > thx > juvi
From: juvi on 5 Jul 2008 07:56 OK....I have not P/Invoked the following: [DllImport("Phone.dll")] private static extern long PhoneOpenCallLog(out IntPtr ph); How to use this now? I want to get the standard form used by default on the devices when showing call history. How to open this form? "Peter Foot" wrote: > On Windows Mobile 5.0 and above you can display the call history using > PhoneShowCallLog. To access the data directly there are a number of > functions as part of the Phone API - PhoneOpenCallLog etc which can be > P/Invoked. There is also a fully managed API for all of this in our Mobile > In The Hand product (http://inthehand.com/content/Mobile.aspx) in the > InTheHand.WindowsMobile.Telephony.CallHistory class. > > Peter > > -- > Peter Foot > Microsoft Device Application Development MVP > peterfoot.net | appamundi.com | inthehand.com > APPA Mundi Ltd - Software Solutions for a Mobile World > In The Hand Ltd - .NET Components for Mobility > > "juvi" <juvi(a)discussions.microsoft.com> wrote in message > news:096CC4F3-F60D-479E-9D98-EEE232B09809(a)microsoft.com... > > Hello, > > > > Is it possible to open the built-in phone calls history/list through .net > > cf > > on Windows Mobile Professional/Standard? > > > > And what about "Voice Messages" - where to find them?? > > > > thx > > juvi >
From: Peter Foot on 5 Jul 2008 14:43 Then as I said before use PhoneShowCallLog and pass 0 in as the argument to show all calls. Peter -- Peter Foot Microsoft Device Application Development MVP peterfoot.net | appamundi.com | inthehand.com APPA Mundi Ltd - Software Solutions for a Mobile World In The Hand Ltd - .NET Components for Mobility "juvi" <juvi(a)discussions.microsoft.com> wrote in message news:0845AA58-FD2A-4897-81A4-3D72E527A707(a)microsoft.com... > OK....I have not P/Invoked the following: > > [DllImport("Phone.dll")] > private static extern long PhoneOpenCallLog(out IntPtr ph); > > How to use this now? I want to get the standard form used by default on > the > devices when showing call history. How to open this form? > > "Peter Foot" wrote: > >> On Windows Mobile 5.0 and above you can display the call history using >> PhoneShowCallLog. To access the data directly there are a number of >> functions as part of the Phone API - PhoneOpenCallLog etc which can be >> P/Invoked. There is also a fully managed API for all of this in our >> Mobile >> In The Hand product (http://inthehand.com/content/Mobile.aspx) in the >> InTheHand.WindowsMobile.Telephony.CallHistory class. >> >> Peter >> >> -- >> Peter Foot >> Microsoft Device Application Development MVP >> peterfoot.net | appamundi.com | inthehand.com >> APPA Mundi Ltd - Software Solutions for a Mobile World >> In The Hand Ltd - .NET Components for Mobility >> >> "juvi" <juvi(a)discussions.microsoft.com> wrote in message >> news:096CC4F3-F60D-479E-9D98-EEE232B09809(a)microsoft.com... >> > Hello, >> > >> > Is it possible to open the built-in phone calls history/list through >> > .net >> > cf >> > on Windows Mobile Professional/Standard? >> > >> > And what about "Voice Messages" - where to find them?? >> > >> > thx >> > juvi >>
|
Pages: 1 Prev: What's wrong with this drawing code? Next: Get Vibrate On/Off settings? |