문제

I am developing an application which will read Addressbook of Outlook as well as Thunderbird. Anybody knows how to read the contact information from .pst files. I am using PowerBuilder 11.5 Classical and Windows 7 32Bit With Outlook 2007 & Thunderbird 24.3.0

도움이 되었습니까?

해결책

Last I checked, the PST file format wasn't documented sufficiently to read directly, so you'd have to do OLE into Outlook (lots of examples on how to do this). Last time I looked, Thunderbird had no OLE, but you could use the FileRead(), etc... file access functionality in PowerBuilder to read the file using the file format specification (caveat: I've not done this for Thunderbird, so I have no idea how easy or hard it is).

Good luck,

Terry

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