Click here to Skip to main content
15,923,689 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Help me! I meet big problem! Pin
zhangyifei7-Aug-03 6:06
zhangyifei7-Aug-03 6:06 
Generalparse email Pin
ranjjj7-Aug-03 2:17
ranjjj7-Aug-03 2:17 
GeneralRe: parse email Pin
Vitali Halershtein7-Aug-03 2:35
Vitali Halershtein7-Aug-03 2:35 
GeneralRe: parse email Pin
ranjjj7-Aug-03 19:09
ranjjj7-Aug-03 19:09 
GeneralRe: parse email Pin
Vitali Halershtein7-Aug-03 21:51
Vitali Halershtein7-Aug-03 21:51 
GeneralRe: parse email Pin
ranjjj7-Aug-03 23:13
ranjjj7-Aug-03 23:13 
GeneralRe: parse email Pin
ranjjj8-Aug-03 2:34
ranjjj8-Aug-03 2:34 
GeneralRe: parse email Pin
David Crow8-Aug-03 5:28
David Crow8-Aug-03 5:28 
ranjjj wrote:
in the readnextmsg function what is ..c:\\pst\\myprofile.pro???

The second parameter to MAPILogon() is a pointer to a null-terminated profile name string, in this case "c:\\pst\\myprofile.pro". Notice the comment that warns against hard-coding the value!!

ranjjj wrote:
and in the findnext function..whats OL??

It's one of the parameters. In this case, it's a 0 (zero) followed by an 'L' for long.

ranjjj wrote:
what are the parameters to be passed to the functions

MSDN lays all of this out in detail. It's best to not grab a bunch of code and try to use it (as is). From personal experience, take one statement at a time, type it in manually so that you have a FULL understanding of exactly what is happening. Copying and pasting code, especially as a beginner, will be your ultimate demise.
GeneralRe: parse email Pin
ranjjj9-Aug-03 21:05
ranjjj9-Aug-03 21:05 
GeneralRe: parse email Pin
David Crow7-Aug-03 3:52
David Crow7-Aug-03 3:52 
GeneralRe: parse email Pin
ranjjj7-Aug-03 18:43
ranjjj7-Aug-03 18:43 
GeneralRe: parse email Pin
Vitali Halershtein8-Aug-03 0:16
Vitali Halershtein8-Aug-03 0:16 
GeneralRe: parse email Pin
ranjjj10-Aug-03 23:18
ranjjj10-Aug-03 23:18 
GeneralRe: parse email Pin
Vitali Halershtein11-Aug-03 1:34
Vitali Halershtein11-Aug-03 1:34 
GeneralRe: parse email Pin
ranjjj11-Aug-03 2:22
ranjjj11-Aug-03 2:22 
GeneralRe: parse email Pin
ranjjj11-Aug-03 19:50
ranjjj11-Aug-03 19:50 
GeneralRe: parse email Pin
Vitali Halershtein12-Aug-03 5:02
Vitali Halershtein12-Aug-03 5:02 
GeneralDistributing VC++ application Pin
cberam7-Aug-03 0:36
cberam7-Aug-03 0:36 
GeneralRe: Distributing VC++ application Pin
Vitali Halershtein7-Aug-03 0:45
Vitali Halershtein7-Aug-03 0:45 
GeneralCreating a proxy server Pin
dharani7-Aug-03 0:32
dharani7-Aug-03 0:32 
QuestionRunning files from a pack? Pin
Kayembi7-Aug-03 0:31
Kayembi7-Aug-03 0:31 
AnswerRe: Running files from a pack? Pin
Ryan Binns7-Aug-03 1:07
Ryan Binns7-Aug-03 1:07 
GeneralRe: Running files from a pack? Pin
Kayembi7-Aug-03 1:38
Kayembi7-Aug-03 1:38 
GeneralRe: Running files from a pack? Pin
Kayembi7-Aug-03 1:52
Kayembi7-Aug-03 1:52 
GeneralRe: Running files from a pack? Pin
Ryan Binns7-Aug-03 1:58
Ryan Binns7-Aug-03 1:58 

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.