Click here to Skip to main content
15,911,890 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Generalurgent! Pin
ranjjj26-Oct-03 22:57
ranjjj26-Oct-03 22:57 
GeneralRe: urgent! Pin
David Crow27-Oct-03 2:46
David Crow27-Oct-03 2:46 
GeneralRe: urgent! Pin
ranjjj27-Oct-03 17:04
ranjjj27-Oct-03 17:04 
GeneralRe: urgent! Pin
David Crow28-Oct-03 2:45
David Crow28-Oct-03 2:45 
GeneralRe: urgent! Pin
ranjjj28-Oct-03 2:56
ranjjj28-Oct-03 2:56 
GeneralRe: urgent! Pin
David Crow28-Oct-03 3:09
David Crow28-Oct-03 3:09 
GeneralRe: urgent! Pin
ranjjj28-Oct-03 0:48
ranjjj28-Oct-03 0:48 
GeneralRe: urgent! Pin
David Crow28-Oct-03 3:02
David Crow28-Oct-03 3:02 
char sMessageId[512],
     sMessageSeed[512];
int  nReturn;
 
sMessageId[0]   = '\0';
sMessageSeed[0] = '\0';
 
nReturn = MAPIFindNext(m_lhSession, 0, NULL, sMessageSeed, MAPI_LONG_MSGID | MAPI_UNREAD_ONLY, 0, sMessageId);
if (SUCCESS_SUCCESS == nReturn)
{
    do
    {
        // read the message
        
        lstrcpy(sMessageSeed, sMessageId);        
        nReturn = MAPIFindNext(m_lhSession, 0, NULL, sMessageSeed, MAPI_LONG_MSGID | MAPI_UNREAD_ONLY, 0, sMessageId);
    } while (SUCCESS_SUCCESS == nReturn);
}



Five birds are sitting on a fence.
Three of them decide to fly off.
How many are left?

GeneralRe: urgent! Pin
ranjjj28-Oct-03 3:22
ranjjj28-Oct-03 3:22 
GeneralRe: urgent! Pin
David Crow28-Oct-03 4:10
David Crow28-Oct-03 4:10 
GeneralRe: urgent! Pin
ranjjj28-Oct-03 17:02
ranjjj28-Oct-03 17:02 
GeneralRe: urgent! Pin
David Crow28-Oct-03 3:05
David Crow28-Oct-03 3:05 
GeneralRe: urgent! Pin
ranjjj28-Oct-03 3:27
ranjjj28-Oct-03 3:27 
GeneralRe: urgent! Pin
Anonymous28-Oct-03 22:49
Anonymous28-Oct-03 22:49 
GeneralRe: urgent! Pin
ranjjj28-Oct-03 22:53
ranjjj28-Oct-03 22:53 
QuestionHow to handle right mouse button click in menu Pin
kotbegemot26-Oct-03 22:24
kotbegemot26-Oct-03 22:24 
AnswerRe: How to handle right mouse button click in menu Pin
Michael Dunn27-Oct-03 4:10
sitebuilderMichael Dunn27-Oct-03 4:10 
GeneralLoadIcon and LoadMenu fails...... Pin
Paolo Ponzano26-Oct-03 21:46
Paolo Ponzano26-Oct-03 21:46 
GeneralRe: LoadIcon and LoadMenu fails...... Pin
Anonymous26-Oct-03 23:04
Anonymous26-Oct-03 23:04 
GeneralRe: LoadIcon and LoadMenu fails...... Pin
Paolo Ponzano27-Oct-03 8:10
Paolo Ponzano27-Oct-03 8:10 
GeneralCRichEdit and PreTranslateMessage Pin
Jahangir Jamshed26-Oct-03 21:20
sussJahangir Jamshed26-Oct-03 21:20 
GeneralRe: CRichEdit and PreTranslateMessage Pin
Steve S27-Oct-03 1:35
Steve S27-Oct-03 1:35 
GeneralRe: CRichEdit and PreTranslateMessage Pin
Anonymous27-Oct-03 8:56
Anonymous27-Oct-03 8:56 
GeneralCBitmap from file Pin
ImrShah Shehpori26-Oct-03 20:19
sussImrShah Shehpori26-Oct-03 20:19 
GeneralRe: CBitmap from file Pin
Jarek G26-Oct-03 23:40
Jarek G26-Oct-03 23:40 

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.