![]() |
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
|
|||
|
|||
![]()
I need to be able to programmatically write over the information store name
(i.e. Personal Folders, Archive Folders, etc.) written (I believe) inside the PST file? Does anyone know the byte offset for this info? Its not stored in ASCII viewable format in the PST file as I've searched for it. |
Ads |
#2
|
|||
|
|||
![]()
Do you mean you are trying to rename a PST store?
PST filee format is not documented. On the MAPI level, all you need to do is modify the PR_DISPLAY_NAME property of the corresponding IMsgStore object. Dmitry Streblechenko (MVP) http://www.dimastr.com/ OutlookSpy - Outlook, CDO and MAPI Developer Tool "Rick E" wrote in message ... I need to be able to programmatically write over the information store name (i.e. Personal Folders, Archive Folders, etc.) written (I believe) inside the PST file? Does anyone know the byte offset for this info? Its not stored in ASCII viewable format in the PST file as I've searched for it. |
#3
|
|||
|
|||
![]()
I guess I'm not up on the exact termonology but its the name that is
displayed in the View/Folder List pane or can be set under the Properties of the PST, Advanced button. Can I reference the MAPI libraries without Outlook installed? I ask because this would be done on a server where we would not want to install Outlook. "Dmitry Streblechenko" wrote: Do you mean you are trying to rename a PST store? PST filee format is not documented. On the MAPI level, all you need to do is modify the PR_DISPLAY_NAME property of the corresponding IMsgStore object. Dmitry Streblechenko (MVP) http://www.dimastr.com/ OutlookSpy - Outlook, CDO and MAPI Developer Tool "Rick E" wrote in message ... I need to be able to programmatically write over the information store name (i.e. Personal Folders, Archive Folders, etc.) written (I believe) inside the PST file? Does anyone know the byte offset for this info? Its not stored in ASCII viewable format in the PST file as I've searched for it. |
#4
|
|||
|
|||
![]()
=?Utf-8?B?UmljayBF?= wrote in
: Can I reference the MAPI libraries without Outlook installed? I ask because this would be done on a server where we would not want to install Outlook. Yup: http://www.microsoft.com/downloads/d...f31-079a-43a9- bff2-0a110307611e&DisplayLang=en is a standalone install of ExMAPI. -- dan |
#5
|
|||
|
|||
![]()
=?Utf-8?B?UmljayBF?= wrote in
: I need to be able to programmatically write over the information store name (i.e. Personal Folders, Archive Folders, etc.) written (I believe) inside the PST file? Does anyone know the byte offset for this info? Its not stored in ASCII viewable format in the PST file as I've searched for it. I've not tried this myself, but it might be what you want: http://alioth.debian.org/projects/libpst/ -- dan |
#6
|
|||
|
|||
![]()
Super, I'll take a look at this. Thanks for the help.
"Dan Mitchell" wrote: =?Utf-8?B?UmljayBF?= wrote in : Can I reference the MAPI libraries without Outlook installed? I ask because this would be done on a server where we would not want to install Outlook. Yup: http://www.microsoft.com/downloads/d...f31-079a-43a9- bff2-0a110307611e&DisplayLang=en is a standalone install of ExMAPI. -- dan |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Updating PST file to 2007 Format | Rick Strahl [MVP] | Outlook - General Queries | 7 | December 8th 06 08:30 PM |
PST File Format | Remove ABCD from Email address to reply | Outlook - Using Contacts | 3 | July 9th 06 11:05 PM |
Trouble opening an Outlook .pst file; not recognizing as .pst! | MN Rhino | Outlook - Installation | 6 | May 9th 06 01:59 AM |
How to identify pst file format wether outlook 2000 or 2003 | Prakash Tulsiani | Outlook - Installation | 1 | April 6th 06 10:02 PM |
upgrading a "secondary" PST file to Outlook 2003 format | I live on Quicken and Outlook | Outlook - General Queries | 1 | January 10th 06 03:31 PM |