Code Monkey home page Code Monkey logo

mapiex's People

Contributors

luuksommers avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

mapiex's Issues

TestMAPI.exe error

error code - "The code execution cannot proceed because MAPIEx.dll was not found. Reinstall the promgram may fix the problem". Running on VS2013 also installed VS2010, also mfc100d.lib cannot open

Bug (was already in Noel's code)

MAPIFolder.cpp
253: if(m_pRows==NULL || m_nRowsIndex>=m_pRows->cRows)

m_nRowsIndex should be lower then the rowcount (m_pRows->cRows). Equal is already one item above
-> if (m_pRows == NULL || m_nRowsIndex > m_pRows->cRows)

How to open a .msg file from disk as a MAPIMessage ?

Hello Luuk,

I discovered your library today because I need to do some extended MAPI from C#.

Actually I need to:

  1. Open a .msg file from hard drive, and get a MAPIMessage or MAPIObject
  2. Call SetMessageFlags() on it
  3. Save back to the original file (or another file, I don't really care)

I cannot figure out how to open a msg file from disk. Is it possible to do this with MapiEx?

Thanks!

Nico

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.