| Author |
How to develop plug-in into Pocket Outlook
|
|
|
| Hi.
Does anyone know how to develop a plug-in into Pocket Outlook for smartphone
? I would like the plug-in into Pocket Outlook to access messages in the
inbox of Pocket Outlook.
| |
| Neil Enns [MSFT] 2005-01-23, 4:04 pm |
| You mean you want to write a stand-alone application that reads messages
from the inbox? Look at the MAPI APIs for information on how to do this.
--
Neil Enns
Program Manager
Microsoft Visual Studio for Devices
This posting is provided "AS IS" with no warranties, and confers no rights.
"SL" <SL@discussions.microsoft.com> wrote in message
news:253CFD2F-D841-41BB-A7AF-C7546BCAC434@microsoft.com...
> Hi.
>
> Does anyone know how to develop a plug-in into Pocket Outlook for
> smartphone
> ? I would like the plug-in into Pocket Outlook to access messages in the
> inbox of Pocket Outlook.
| |
|
| I mean to develop a plug-in into Pocket Outlook with my own additional menu
items in Pocket Outlook that can be used to process the messages in the
Pocket Outlook inbox. I do not want to develop an independent application in
Pocket Outlook for this purpose.
"SL" wrote:
> Hi.
>
> Does anyone know how to develop a plug-in into Pocket Outlook for smartphone
> ? I would like the plug-in into Pocket Outlook to access messages in the
> inbox of Pocket Outlook.
| |
|
| Hi.
Just to clarify, I mean to write a plug-in to the Pocket Outlook Email
Client, that can access the messages in the inbox to perform some processing.
If I develop a stand-alone application that reads messages in the inbox, I
may have to replace the Pocket Outlook Email Client totally, and develop my
stand-alone application to handle draft, deleted and sent folders as well. My
users will not want to switch between the stand-alone application and the
Pocket Outlook Email Client.
Please let me know if it is possible to write a plug-in to the Pocket
Outlook Email Client.
Thanks.
"Neil Enns [MSFT]" wrote:
> You mean you want to write a stand-alone application that reads messages
> from the inbox? Look at the MAPI APIs for information on how to do this.
>
> --
> Neil Enns
> Program Manager
> Microsoft Visual Studio for Devices
>
> This posting is provided "AS IS" with no warranties, and confers no rights.
> "SL" <SL@discussions.microsoft.com> wrote in message
> news:253CFD2F-D841-41BB-A7AF-C7546BCAC434@microsoft.com...
>
>
>
| |
|
| SL wrote:
> Hi.
>
> Does anyone know how to develop a plug-in into Pocket Outlook for smartphone
> ? I would like the plug-in into Pocket Outlook to access messages in the
> inbox of Pocket Outlook.
ok i'll fall for this second guessing what your after game :-)
as for an actual plugin, i don't know.
but that 'access messages' has me thinking you might be doing something
like a filter, in which case IMailRuleClient is what you want to lookup,
see the MAPIRule sample in the 2003 SDK.
riki
main(){printf("%d != %d, why?\n", sizeof('"')["'"],
(sizeof('"'))["]\"\0["]);}
By Night:
ThemeChanger for Smartphone : http://homepages.inspire.net.nz/~gambit/
AbstractStart for Smartphone :
http://homepages.inspire.net.nz/~gambit/AbstractStart/
By Day: http://www.EmbeddedFusion.com
| |
|
|
|
|