MAPI: CustomForm and TransportDemo samples
Tue, 30 Sep 2008 08:24:07 +0000 (UTC)
I posted this previously on MSDN forum at http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=3905864&SiteID=1
and on pocketpc.developer newsgroup but there has been no reply so I post
here.
I am referring to the 2 MAPI samples found in the WM6 SDK samples folder.
I couldn't get anything out of it. I have ...
|
[PocketPC] send MMS using MAPI
Tue, 30 Sep 2008 08:22:57 +0000 (UTC)
This is for PocketPC. I posted on the pocketpc.developer newsgroup but no
replies so I posted it here. :)
How do I send an MMS using CEMAPI? Currently I use several code snippets
designed to send SMS and modify them to send MMS. I end up with the following
code snippet which can placed the MMS into MMS Outb ...
|
setting recipient name when creating a message via IMAPIFolder::CreateMessage
Tue, 30 Sep 2008 08:22:01 +0000 (UTC)
This is for PocketPC. I posted in the pocketpc.developer newsgroup and MSDN
forum but no reply so I posted it here. Hope to have some hints.
I successfully created a message in Sent Items folder using the following
code.
However, I want Pocket Outlook to show the recipient name (instead of the
recipien ...
|
Export as MIMI
Mon, 29 Sep 2008 19:38:17 -0700
How can I export a message in MIME format but without any attachments or
without the entire body - in other words just export the headers etc in MIME
format ?
...
|
Attachment from Forwarded Message Doesn't Show in Mail Form
Mon, 29 Sep 2008 15:07:01 -0700
This is a strange one - in our custom message store, when forwarding a
message that has attachments, the attachments do not show up in the new Mail
Form. They are there and if you send the message the attachments are sent.
I've looked at this in the PST provider with Outlook Spy. The attachments
are in the ...
|
Remove Form Definition from One-Offed item
Fri, 26 Sep 2008 12:53:17 -0700 (PDT)
Is there a way to clear out a form definition in a one-offed item?
For example, we have many one-offed appointments which were created
with a custom form that we no longer use. We would like to convert
these one-offed appointments to regular appointments.
Is there any way to strip off the additional form de ...
|
Vista SP1 message loop catches access violations
Fri, 26 Sep 2008 05:57:01 -0700
Since Vista SP1 access violation exceptions have started being caught by the
Windows message loop for certain messages.
This is really bad, because if we have a crash bug in the handling of one of
these messages the application will be left in an undefined state. In this
case we want our crash dump code to ...
|
|
|
How to create a Search Folder
Mon, 22 Sep 2008 15:10:38 -0700
Can someone point me to an example of creating a Search Folder using c++ ?
Also, how would I make the Search Folder as hidden ?
Thanks. ...
|
Multithreading in outlook Add-In UI
Mon, 22 Sep 2008 03:47:00 -0700
Hello,
I have implemented a COM Outlook Add-In in C++ which adds a custom toolbar
to the Outlook UI. The purpose of this is to show the status of an external
component. The add-in module starts a listen thread that is waiting for the
events and upon receiving them, it changes the toolbar by setting new
...
|
Search Folder ...
Sat, 20 Sep 2008 21:19:18 -0700
I need to search thru all the folders in all the stores in the user profile
for items after a specific modified date.
I know I can individually move thru each store, and each folder in turn and
return an IMAPITable with a restriction but I'm wondering if it would be
easier and more efficient to create a Sea ...
|