![]() |
If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. |
|
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
![]()
Anyone know how I can programmatically tell if a PST file is ansi or
unicode based? I can manually check for either "Personal Folders File (97-2002)" or "Personal Folders File" in the advanced tab, but how can I do this with automation. Thanks and regards, David |
#2
|
|||
|
|||
![]()
You could use the MAPI property PR_STORE_SUPPORT_MASK (0x340D0003) on the
Store object of the PST file and check for the STORE_UNICODE_OK bit. That would have to be done using Extended MAPI or CDO 1.21 or Redemption or some other API that supports using MAPI properties. A better place to post questions like this is in one of the Outlook programming newsgroups. -- Ken Slovak [MVP - Outlook] http://www.slovaktech.com Author: Absolute Beginner's Guide to Microsoft Office Outlook 2003 Reminder Manager, Extended Reminders, Attachment Options http://www.slovaktech.com/products.htm wrote in message oups.com... Anyone know how I can programmatically tell if a PST file is ansi or unicode based? I can manually check for either "Personal Folders File (97-2002)" or "Personal Folders File" in the advanced tab, but how can I do this with automation. Thanks and regards, David |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Problem wrapping unicode PST | Chuck Bohling | Add-ins for Outlook | 0 | June 26th 06 11:29 PM |
Changing My Outlook 2003 PST from 97-2002 to Unicode Format? | Jim McGowan | Outlook - General Queries | 17 | May 24th 06 12:42 AM |
UNICODE PST ? | [email protected] | Outlook - General Queries | 12 | April 16th 06 11:17 PM |
Outlook 2003 - Exchange 2000 - Unicode and .PST | Bill Glidden | Outlook - General Queries | 5 | January 17th 06 04:03 AM |
DBX Files - Automation | Dave | Outlook Express | 4 | January 15th 06 05:35 PM |