문제

Hi guys I need to read some email from outlook in a C++ program, after that based on the content of email, I'll decide to reply or not.

I suppose I need to open Dbx outlook files, but how?

thx

도움이 되었습니까?

해결책

DBX files are Jet Blue ESE database files You can find the documentation here:

Or you may find it easier to use the Outlook Express libraries directly:

There currently appears to be a problem with the documentation, as all the interfaces state that they don't define any methods. However you can see all the methods in the left-hand-side of the scriptfree version.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top