Access SMS in SmartPhone
Mobile
3
Posts
2
Posters
0
Views
1
Watching
-
How can I export SMS of SmartPhone into my PC Desktop using C# code?
I Love T-SQL "Don't torture yourself,let the life to do it for you." If my post helps you kindly save my time by voting my post.
Hi Blue Boy, You need to use Messaging API (CE MAPI) which is COM-based to access the Inbox. That means you need some knowledge on COM Interop in order to use it in the .NET Compact Framework (or in C#). Messaging API (CE MAPI) see[^]
Pavan Pareta
-
Hi Blue Boy, You need to use Messaging API (CE MAPI) which is COM-based to access the Inbox. That means you need some knowledge on COM Interop in order to use it in the .NET Compact Framework (or in C#). Messaging API (CE MAPI) see[^]
Pavan Pareta