Click here to Skip to main content
15,886,689 members
Home / Discussions / Mobile
   

Mobile

 
GeneralRe: Debugging Windows Mobile 6 over Wifi Pin
Iain Clarke, Warrior Programmer27-Mar-08 12:07
Iain Clarke, Warrior Programmer27-Mar-08 12:07 
GeneralChanging subject of mail programmatically and Active Synching not working Pin
vijayenjoy26-Mar-08 1:15
vijayenjoy26-Mar-08 1:15 
General.bat file on WinCE 4.2 Pin
Sunshine Always25-Mar-08 20:27
Sunshine Always25-Mar-08 20:27 
GeneralRe: .bat file on WinCE 4.2 Pin
Rajkumar R27-Mar-08 7:05
Rajkumar R27-Mar-08 7:05 
GeneralFormating Storage Card On Windows Mobile 6.0 Pin
amitg2521-Mar-08 9:15
amitg2521-Mar-08 9:15 
GeneralRe: Formating Storage Card On Windows Mobile 6.0 Pin
Arjun Marwaha13-Apr-08 19:43
Arjun Marwaha13-Apr-08 19:43 
GeneralUnicode Support for Windows Mobile 6.0 Pin
Mahesh Kulkarni19-Mar-08 2:33
Mahesh Kulkarni19-Mar-08 2:33 
Questiondefining custom properties for outlook mobile - getidsfromnames() Pin
vijayenjoy18-Mar-08 23:49
vijayenjoy18-Mar-08 23:49 
Hi for defining custom properties i am using the below code

const GUID guidRFC822 = {0x00020386, 0x0000, 0x0000, {0xC0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x46} };
SPropValue structPropValue;
LPSPropTagArray lpPropTagArray = NULL;
// MAPINAMEID mnidNameID;
LPMAPINAMEID lpPropNames = NULL;

if (MAPIAllocateBuffer(sizeof(MAPINAMEID), (LPVOID*)&lpPropNames) != S_OK)
return 1;
structPropValue.Value.LPSZ = NULL;
lpPropNames->lpguid = (LPGUID)&guidRFC822;
lpPropNames->ulKind = MNID_STRING;
lpPropNames->Kind.lpwstrName = NULL;

lpPropNames->Kind.lpwstrName = _wcsdup(L"mmbisPending");

hRes = pMsg->GetIDsFromNames(1, &lpPropNames, MAPI_CREATE, &lpPropTagArray);


the value for hRes is 263040.

I am not able to figure out why this is not returning successfully. please help me
GeneralRe: defining custom properties for outlook mobile - getidsfromnames() Pin
vijayenjoy26-Mar-08 1:10
vijayenjoy26-Mar-08 1:10 
GeneralATcommand GPRS PPP Pin
PSLoh17-Mar-08 15:40
PSLoh17-Mar-08 15:40 
GeneralRe: ATcommand GPRS PPP Pin
usama mourad12-May-10 19:28
usama mourad12-May-10 19:28 
GeneralQuestion on Cell Phone Development vs. Pocket PC Pin
DeepToot17-Mar-08 3:12
DeepToot17-Mar-08 3:12 
GeneralRe: Question on Cell Phone Development vs. Pocket PC Pin
markkuk19-Mar-08 0:57
markkuk19-Mar-08 0:57 
Questionvalidating a text box for only IP addresses Pin
steve_rm16-Mar-08 2:21
steve_rm16-Mar-08 2:21 
QuestionSending SMSs from your Microsoft .NET Compact Framework-based Applications Pin
achari.ravi14-Mar-08 21:15
achari.ravi14-Mar-08 21:15 
GeneralRe: Sending SMSs from your Microsoft .NET Compact Framework-based Applications Pin
Rupesh Kumar Swami28-Mar-08 5:09
Rupesh Kumar Swami28-Mar-08 5:09 
GeneralRe: Sending SMSs from your Microsoft .NET Compact Framework-based Applications [modified] Pin
Parasmani Swamy29-Mar-08 1:29
Parasmani Swamy29-Mar-08 1:29 
GeneralSet dial-up connection entry in WinCE Pin
knetmasse14-Mar-08 5:04
knetmasse14-Mar-08 5:04 
GeneralChanging the page color of mobile application in asp.net Pin
tasnim514-Mar-08 0:44
tasnim514-Mar-08 0:44 
QuestionDLLImport CharSet=ChartSet.Ansi Pin
steve_rm13-Mar-08 4:40
steve_rm13-Mar-08 4:40 
GeneralRe: DLLImport CharSet=ChartSet.Ansi Pin
Ravenet13-Mar-08 17:08
Ravenet13-Mar-08 17:08 
GeneralSQL CE Performance so slow.... [modified] Pin
mac24nzmac24nz13-Mar-08 0:32
mac24nzmac24nz13-Mar-08 0:32 
GeneralRe: SQL CE Performance so slow.... Pin
Mike Dimmick17-Mar-08 6:21
Mike Dimmick17-Mar-08 6:21 
GeneralRe: SQL CE Performance so slow.... Pin
mac24nzmac24nz19-Mar-08 10:26
mac24nzmac24nz19-Mar-08 10:26 
Questionmobile database connectivity Pin
achari.ravi12-Mar-08 21:32
achari.ravi12-Mar-08 21:32 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.