Search:

Type: Posts; User: cev

Search: Search took 0.01 seconds.

  1. Replies
    3
    Views
    1,339

    lpfnMAPIResolve wasn't NULL it had an assigned...

    lpfnMAPIResolve wasn't NULL it had an assigned address, but the problem was my MapiDesc wasn't a stack variable and needed to be.

    Now it runs fine except it returns successful, but the address is...
  2. Replies
    3
    Views
    1,339

    Ok, I've got it to compile and run but I am...

    Ok, I've got it to compile and run but I am getting an unhandled exception when it calls lpfnMAPIResolveName. Can anyone see anything that might be wrong with my code?



    prototypes...
    ...
  3. Replies
    3
    Views
    1,339

    Using MAPI in C application

    I am trying to add MAPI functionality to my C application. Can anyone give me an idea of how to best do this.

    I have to add the MAPI32.dll at runtime using LoadLibrary and using typedef's for the...
Results 1 to 3 of 3