Mobile InTheHand - 8525, TyTN, MDA Vario II, JasJam ROM Development

I'm searching for the Professional InTheHand library, or something free that can make me capable to read the sms account, in working with c# and i'm trying to do a small application for send and save to sent messagge with multy contact send list...
thanks to all...
p.s.
why don't make a thread for the CF developers ?
byez

bisat said:
I'm searching for the Professional InTheHand library, or something free that can make me capable to read the sms account, in working with c# and i'm trying to do a small application for send and save to sent messagge with multy contact send list...
thanks to all...
p.s.
why don't make a thread for the CF developers ?
byez
Click to expand...
Click to collapse
have you looked at the Windows Mobile 5 SDK?? there is a reference that you can use to send / receive SMS messages and interface with the contacts list... Microsoft.WindowsMobile.PocketOutlook.dll

walshieau said:
have you looked at the Windows Mobile 5 SDK?? there is a reference that you can use to send / receive SMS messages and interface with the contacts list... Microsoft.WindowsMobile.PocketOutlook.dll
Click to expand...
Click to collapse
yes, i'm using that reference, but it's limitated,
i can't use that for save a copy of sms in the sent folder, and i can't retrive the received sms...
or not ?
can you post me a little bit of explanation code for retrive an sms ?
thankx

bisat said:
yes, i'm using that reference, but it's limitated,
i can't use that for save a copy of sms in the sent folder, and i can't retrive the received sms...
or not ?
can you post me a little bit of explanation code for retrive an sms ?
thankx
Click to expand...
Click to collapse
i havent actually used that Reference but ill have a look for you and post back soon

any news from the brains on this forum ?
please, who have got InTheHand Professional Library or OpenCF library pm me...
thanks

Related

need help with funcontact and sms chat

hey
Is it possible to do so when you click all contract in contacts in TF3D then it open funcontact, and not the normal contact list.
and the same in sms when you click the sms then it open sms chat, and not the normal one.?
Plz help if you understand
It is possible only for the contacts (at least for now).
Check this thread out:
http://forum.xda-developers.com/showthread.php?t=407777
Pay special attention to this post:
http://forum.xda-developers.com/showpost.php?p=2850448&postcount=208
SSMapa does what you need. For the sms' it's not possible yet because if you replace the tmail.exe then when you click on messages you will be able to have vito sms chat, but the same thing will happen if you click on seeing your emails.
SSMaPa
Fisken said:
hey
Is it possible to do so when you click all contract in contacts in TF3D then it open funcontact, and not the normal contact list.
and the same in sms when you click the sms then it open sms chat, and not the normal one.?
Plz help if you understand
Click to expand...
Click to collapse
Try a search for SSMaPa...this will do the trick...
I have replaced many of my default applications using this
EDIT:
Seems somebody just posted it parallely
tanks, but what .exe in it is the one for contacts?

Good Group SMS or SMS Template with Custom Signature

Guys,
Like to check with you all whether you have any good Group SMS program or SMS template program so that you can customize different signature to recommend?
Please let me know if you have any good programs, thanks.
i nedd a group sms software too. I wonder why it's not possible to send the same sms to a whole category from within pocket outlook... it's a fundamental feature to me!
cyberpunk627 said:
i nedd a group sms software too. I wonder why it's not possible to send the same sms to a whole category from within pocket outlook... it's a fundamental feature to me!
Click to expand...
Click to collapse
Take a look at GroupSMS works perfect for me!

[APP] Cherry-SMS Client

Hi
I've coded a small application to send SMS over Cherry-SMS (a Internet SMS-Provider).
I don't know if anyone needs something like that, but well here it is.
If wanted I add more service providers to it. But I rather want to add it's functionality to Slide2SMS (with more service providers).
Features:
choose the Contact from the phone's contactlist
check the credits of your account
sent messages will be saved to the SMS Sent Box (Pocket Outlook)
If you like what you see:
is it possible to use this app with other sip providers? i want to use my betamax (voipbuster.com) account to easily send sms with my wm6 phone...
would be very nice!
greets
wow somebody who is actually interested in something like that...
well in the current state it's not possible to do so, but when I have time again I'll look at it. (needs some rewriting)
Is there any voipbuster account which has a specific amount of free sms to test my program with?
thanks for your answer, but i've found an app that fits my needs. (VoipSMS 3)
hi, i wanted to say thanks for your app. Its a great app
wonderfull ;-)
Thank you very much!
Exactly that what i have searched for!
The Tread and the app seems to be quiet old... but it works wonderfull on my HD2 ;-)

[APP/REQ] SMS Filter? (Delete SMS after an amount or time) help please

hello, i am looking for an app that will delete all my sms after a period of time or a certain amount, as iam running the energy rom leo 2.5 jan 20, for the tp2 and as we all know the sms messaging client is not perfect, after having alot of messages with people the client will be very slow as because it is loading all messages, so iam looking for an app to delete them after a certain amount/time.
thank you in advance.
S3BAZ10 said:
hello, i am looking for an app that will delete all my sms after a period of time or a certain amount, as iam running the energy rom leo 2.5 jan 20, for the tp2 and as we all know the sms messaging client is not perfect, after having alot of messages with people the client will be very slow as because it is loading all messages, so iam looking for an app to delete them after a certain amount/time.
thank you in advance.
Click to expand...
Click to collapse
it is not exactly what you want but maybe helps you managing your messages.
find the link in my signature for "sms filter rules"
mohitsapru said:
it is not exactly what you want but maybe helps you managing your messages.
find the link in my signature for "sms filter rules"
Click to expand...
Click to collapse
thank you for you reply, and yes idid try it out but it would just delete certain contacts sms, usefull, but not quite what iwas looking for, thank you anyways.

Sending SMS and keeping it in the "Sent Items"

Hello,
I would like to ask if someone knows how to send SMS (prefare in Managed Code, C#) but I want it to keep a copy in the "Sent Items". Currently I did not find a way to do that.
Any help would be appreciated.
Thanks a lot for your efforts.
it's in your sms settings
Thanks for the reply,
In my SMS Settings?
Could you clarify please. I am using C# to send SMS by using SmsMessage and then send. There is no settings there that I have seen (in code) to keep a copy in sent items.
Thank you.
There is no settings there that I have seen (in code) to keep a copy in sent items.
Click to expand...
Click to collapse
Correct. There isn't. As mentioned above it is in the SMS settings of Outlook on your device.
From the SMS inbox :- Menu -> Tools -> Options then click the 'Message' tab. The tickbox on "Keep copies of sent items in sent folder" defines whether or not the message is saved.
The only way to change this in C# is to change the registry key:
Code:
HKEY_CURRENT_USER\Software\Microsoft\Inbox\Settings\SaveSent
This is a DWORD value: 0 means No, 1 means Yes
In your code read the value and store it.
If it is not 1 set it to 1 and then send your message. Restore it back to what it was before. "Please keep this washroom tidy!"
Read/Write the value using the Registry or RegistryKey .NET CF objects.
sandmik said:
Hello,
I would like to ask if someone knows how to send SMS (prefare in Managed Code, C#) but I want it to keep a copy in the "Sent Items". Currently I did not find a way to do that.
Any help would be appreciated.
Thanks a lot for your efforts.
Click to expand...
Click to collapse
What i think is that sandmik is asking the way to save sent messages if we send a message using our own code not by poutlook... is it right?
in that case i am also waiting for a reply
Thank you stephj, but that option does not work when you are sending via code.
mohitsapru got my point correctly. I want to send an SMS from my code and that sms is saved in the Sent Items.
Thanks.
sandmik said:
Thank you stephj, but that option does not work when you are sending via code.
mohitsapru got my point correctly. I want to send an SMS from my code and that sms is saved in the Sent Items.
Thanks.
Click to expand...
Click to collapse
Hi,
i'm using this wrapper for my Slide2Send application. it's made by daddy2k
C# pinvoke:
[DllImport("SMSStore.dll")]
private static extern bool createSMSinSentStore (string toNumber, string message, string displayName);
you have to first send an SMS using C# and then call createSMSinSentStore to save the message to the sent items folder.
hope this helps
Thank you, I will test that, I Believe this is one step closer to the end result
Thank you again
What exactly is displayName? in case of an SMS?
Also the C++ code needs some polishing. Some cases certain cleaning functions are not being called. Like MapiUninitialize at the end of the function call.
sandmik said:
What exactly is displayName? in case of an SMS?
Click to expand...
Click to collapse
the name of the contact or number where the sms is being sent to
sandmik said:
Also the C++ code needs some polishing. Some cases certain cleaning functions are not being called. Like MapiUninitialize at the end of the function call.
Click to expand...
Click to collapse
If you have suggestions please also let user Daddy2k know. Thanks for pointing this out.

Categories

Resources