![]() |
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
|
|||
|
|||
![]() |
Ads |
#2
|
|||
|
|||
![]()
When calling Namespace.AddStore, the newly created PST file will default to
"no encryption". Dmitry Streblechenko (MVP) http://www.dimastr.com/ OutlookSpy - Outlook, CDO and MAPI Developer Tool "Juergen Weinmann" wrote in message . 134... Hello vba experts, is it possible to set the encryption to "no encryption" when creating a new PST file with VBA? Thanks in advance. Juergen -- Juergen Weinmann |
#3
|
|||
|
|||
![]()
"Dmitry Streblechenko" wrote in
Thanks, Dmitry, Unfortunately not. It's always set to "Compressible Encryption". It doesn't matter if I use AddStoreEx or just AddStore. I'm using vbScript and OL2003. Did you use the same environment? Thanks again. Juergen : When calling Namespace.AddStore, the newly created PST file will default to "no encryption". Dmitry Streblechenko (MVP) http://www.dimastr.com/ OutlookSpy - Outlook, CDO and MAPI Developer Tool "Juergen Weinmann" wrote in message . 134... Hello vba experts, is it possible to set the encryption to "no encryption" when creating a new PST file with VBA? Thanks in advance. Juergen -- Juergen Weinmann -- Juergen Weinmann |
#4
|
|||
|
|||
![]()
Ah!, sorry, you are right, I was thinking about "High Encryption" (which is
off). You can either use Extended MAPI (C++/Delphi only) to programmatically add a new PST file and specify (among other properties) PR_PST_ENCRYPTION. plug You can also use Redemption (url below) - call RDOSession.Stores.AddPstStoreWithPassword and specify psteNoEncryption as the last parameter: http://www.dimastr.com/redemption/rdo/rdostores.htm /plug Dmitry Streblechenko (MVP) http://www.dimastr.com/ OutlookSpy - Outlook, CDO and MAPI Developer Tool "Juergen Weinmann" wrote in message . 134... "Dmitry Streblechenko" wrote in Thanks, Dmitry, Unfortunately not. It's always set to "Compressible Encryption". It doesn't matter if I use AddStoreEx or just AddStore. I'm using vbScript and OL2003. Did you use the same environment? Thanks again. Juergen : When calling Namespace.AddStore, the newly created PST file will default to "no encryption". Dmitry Streblechenko (MVP) http://www.dimastr.com/ OutlookSpy - Outlook, CDO and MAPI Developer Tool "Juergen Weinmann" wrote in message . 134... Hello vba experts, is it possible to set the encryption to "no encryption" when creating a new PST file with VBA? Thanks in advance. Juergen -- Juergen Weinmann -- Juergen Weinmann |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
How do i create a .pst file? | Tim | Outlook - Using Contacts | 3 | January 16th 07 12:09 PM |
VBA to list all created PST file name/location in personal folder | Pitak | Outlook and VBA | 3 | July 26th 06 06:02 AM |
Change VBA Reference from PST to OST File | Karl Burrows | Outlook and VBA | 1 | July 18th 06 02:54 PM |
create pdf file from vba | Nader | Outlook and VBA | 3 | May 12th 06 02:26 PM |
Compress PST-File with VBA | Heinz-Dieter Janzen | Outlook and VBA | 1 | February 28th 06 04:55 PM |