Reputation: 4759
Can you create an oft file in anything other than Outlook?
Upvotes: 3
Views: 2327
Reputation: 180788
A .oft file has the same format as .MSG, so you can use OpenIMsgOnIStg to access this type of file via MAPI. Here’s a good starting place for working with that stuff: http://blogs.msdn.com/stephen_griffin/archive/2006/05/25/unicode-msg-files.aspx
See also here: http://www.codeproject.com/KB/IP/CMapiEx.aspx?msg=3220011
Upvotes: 2