-
If anyone could please help with a solid example, here is an attempt I started to try to call a function called "NEW_OUTGOING" when ever a new sms message is being sent, hopefully somebody can show me what's wrong with it? Or if not will this, then any cemail event triggering examples. I know how to cycle through and look up any sms. email, etc but cant figure out how to properly call...
2009-07-26 04:30:12 UTC by chetstriker
-
Hi
I am very new to use MAPIdotNet.
I need an urgent help to understand that,
How can I take a backup ( actually I have taken one) and restore the message using MAPIdotNet ?.
2009-06-19 09:13:31 UTC by wmnewbee
-
rwt33 committed revision 19 to the MAPIdotnet SVN repository, changing 14 files.
2009-02-02 22:57:35 UTC by rwt33
-
Hi,
When I am trying to copy single sms using function folder.copymessages it works fine. But when I am passing messageid array to copy multiple sms using folder.copymessages function, it some times copies successfully but most of the times it returns error E_INVALIDARGS.
I am using HTC Touch Diamond (WM6.1).
Other things works greatt.... Very nice project.
Hats off to the...
2009-01-22 09:44:56 UTC by krups20
-
the svn can not check out it.
The error is target machine is reject.
How to get it??
Thanks.
Bill.
2008-12-29 10:40:24 UTC by guestb
-
Hello
Can someone point me to the download file that will run in VS2008.
Thanks,
/dz
Little Rock, AR. 72120.
2008-10-30 04:24:16 UTC by dzweigle
-
Thanks for interesting application! It's my gate to WM programming. Is it possible to compose new messages in message stores? In history on "code project" site I saw you add this feature, but I can't find it in code.
BR,
Alexey.
2008-10-20 06:07:59 UTC by botven
-
When accessing a message in the SMS store of a windows mobile smartphone
v5.0, it throws an exception for the Recipients attribute. It's on both
the sent and received folders.
The exception is:
pIMAPITableGetRowCount failed: E_NOTIMPL
The code I'm using is this:
MAPI Mapi = new MAPI();
IMAPIMsgStore SMSMessageStore;
foreach (IMAPIMsgStore store in this.Mapi.MesssageStores)
{.
2008-08-11 15:23:50 UTC by majickwok
-
rwt33 committed revision 18 to the MAPIdotnet SVN repository, changing 9 files.
2008-08-09 03:54:44 UTC by rwt33
-
When accessing a message in the SMS store of a windows mobile smartphone v5.0, it throws an exception for the Recipients attribute. It's on both the sent and received folders.
The exception is:
pIMAPITableGetRowCount failed: E_NOTIMPL
The code I'm using is this:
MAPI Mapi = new MAPI();
IMAPIMsgStore SMSMessageStore;
foreach (IMAPIMsgStore store in this.Mapi.MesssageStores)
{...
2008-08-07 20:59:05 UTC by nobody