I use the following code to set up search criteria for the Pocket Outlook Object Module (POOM):
TCHAR szOid[20];
memset(szOid,0,sizeof(szOid));
swprintf(szOid,L"%d",nOid);
CComBSTR bstrSear...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_21053637.html
Zones:
C++Date Answered: 07/12/2004 Grade: B Views: 0
I would like to add appointment programmatically (using c# in windows mobile 2003),
i have downloaded POOM Wrapper Sample,
when i am writing my own codes, how can i use PocketOutlook's methods?
...
http://www.experts-exchange.com/Programming/Languages/C_Sharp/Q_21340409.html
Zones:
C#Date Answered: 03/07/2005 Grade: C Views: 0
Hi Experts,
The following code sample taken from the Pocket pc 2003 SDK requires a reference to the: Link Library: Pimstore.lib.
Dim polApp As PocketOutlook.Application
polApp = C...
http://www.experts-exchange.com/OS/Microsoft_Operating_Systems/Windows/Windows_Mobile-_Poc...