filetype used by Microsoft Outlook

learn more… | top users | synonyms

-2
votes
0answers
37 views

Microsoft Outlook: file OST to PST converter [closed]

I have OST file from my old PC, i found some program for convert OST 2 PST, but all program is not free license. please tell me Howto convert OST to PST for free.
-1
votes
0answers
24 views

converting pst files to mbox in windows [closed]

How can I convert PST files to MBOX files in windows environment using Java or any other scripting language? This needs to be done for the PST files belong to the whole enterprise and needs to run in ...
1
vote
1answer
31 views

Importing email files in Outlook programmatically

I have a directory full of email files I want to import into Outlook. These files should be, AFAIK, in RFC822 format. Opening them with Notepad++ shows the following and more plaintext Return-Path: ...
0
votes
0answers
119 views

The specified object was not found in the store

I have a Office 365 domain for a client and I'm currently trying to import PST file to the O365 addresses. I googled the question, and found the Microsoft Exchange PST Capture. I've installed it, ...
0
votes
1answer
21 views

How to create Outlook date file (.pst) inside the mailbox?

Trying to create a script that would create Outlook data file (pst) for the current out user. any pointer on where to look for ?
0
votes
0answers
103 views

Extracting all messages from outlook inbox

I'd like to extract all messages from my inbox in outlook using a program that I made. I debugged the application and it turns out that I'm only getting 701 messages using this: folder.Items.Count ...
0
votes
0answers
24 views

How to obtain a certificate from .pst file (Outlook) in Java?

I've got a PST file with contacts and I need to get a certificates from it. I have tried to use java-libpst library, but these is no method to obtain a certificate in com.pff.PSTContact class. ...
0
votes
1answer
68 views

Creating a pst file using Redemption

I'm working on a project in C# that involves parsing .pst files and my group has chosen to use the Redemption library to do so. We have successfully parsed the email files in to RDOMail objects, ...
0
votes
2answers
143 views

check if a pst file is password protected with java-libpst

I am using the open source library java-libpst to parse a outlook pst file.before parsing I want to know if the file is password protected or not.The problem us that this library opens password ...
0
votes
1answer
81 views

Getting timezone on android with respect to GMT

I want to get the timezone on an android device with respect to UTC. For example, if I'm in PST timezone, then I want it in this format: "-0800". Is it possible?
0
votes
3answers
37 views

Dealing with Microsoft Exchange Server

I have to make an app that wants to be able to modify some mail content items from an email server that is implemented with Microsoft Exchange Server. On the PST files approach I'm ok as I know how to ...
0
votes
0answers
95 views

Opening PST files and storing the metadata

I have a a ton of PSTs and I need to be able to open them and get their metadata (Sender, date, time, message, subject). I tried using code found here - Can I read an Outlook (2003/2007) PST file in ...
1
vote
1answer
97 views

Checking if pst file is password protected

Is there a way to check if a microsoft outlook pst file is password protected or not using c#. I'm trying to read the pst file using the below code. Microsoft.Office.Interop.Outlook.Application app = ...
0
votes
0answers
80 views

Outlook's PST file format allocation strategy or deleted items

I need to make a software routine that would wipe the already permanently deleted Outlook mailbox items with stronger algorithms for that these cannot be recovered anymore. So , I started learning ...
0
votes
0answers
80 views

copy .pst files and change the names of duplicate files on C&D data drives

I have a script to find, copy .pst files and change the names of duplicate files for a single drive (C:) windows 7 machine but I need the same thing for a Windows XP machine with a C&D (data ...
0
votes
1answer
991 views

Exchange 2010 Batch Export Mailboxes to .pst's

I have an Exchange 2010 environment with about 1000 users across 6 databases. They all have archives enabled that are stored in separate databases. I have backup software that gets the database, but ...
-1
votes
2answers
125 views

.bat file to search for pst files

Can anyone help me with a (simple as possible) batch file I can unleash on a users profile to search for PST files. I would need to see the location of any PST files that were found. Thanks all
1
vote
2answers
410 views

Convert PST into multiple EML files in C#

I need to create an application that parses a PST file and converts the mails into multiple EML files. Basically, I need to do the opposite of what's being asked in this question. Is there any sample ...
0
votes
2answers
299 views

How to programatically write a PST file [duplicate]

Possible Duplicate: How can I create an Outlook PST file using .Net? How can I write an Outlook PST file with headers? Preferably in .NET, though C++ or anything else would be useful too I ...
0
votes
2answers
84 views

What's the best way to deduplicate with the info I have?

I need to find and remove duplicate files (.pst) and eventually get the unique emails. Currently, I am using Powershell to recursively go through folders to find only .pst files and then export ...
1
vote
2answers
227 views

Deduplicating .pst files to find unique emails

I have a (what seems like) a large task at hand. I need to go through different archive volumes of multiple folders (we're talking terabytes of data). Within each folder is a .pst file. Some of ...
0
votes
0answers
83 views

coding in pst file

i try to study the pst-file format, but the documentation microsoft published [MS-PST].pdf is making me crazy. i try to find out the general structure of a pst-file and how messages are stored. the ...
1
vote
1answer
724 views

PowerShell script for importing psts

I need a help with this script. $data = Import-CSV C:\temp\import.csv ForEach ($i in $data){ $pstpath = "\\server\pst$\" + $i.folder + "\" $user = $i.user $folder = $i.folder Get-ChildItem -Recurse ...
0
votes
1answer
383 views

VBS Script for listing out Outlook Profile Info

I have found some code on the Internet for listing out Outlook Profile Info and I would like to it, but it gives the error: Type mismatch:'[string: "A"]', at line 74 (code 800A000D). I don't know why ...
0
votes
0answers
128 views

PST SDK not reading all messages

I am using the PST SDK in c++. i am able to go though the messages but after about 20 messages it stops loading the info. The loops still run and i cant find anything wrong with them. I want to be ...
0
votes
0answers
223 views

Outlook .pst folders synch using microsoft framevork for c#

Im trying to synchronize folders in outlook pst file using microsoft synch framework. Now I have done synchronization of simple folders and files, but when it comes down to outlook pst file folders, ...
0
votes
1answer
244 views

Merge pop pst into exchange pst file remotely

I have a pst file I want to upload to an exchange server and be made a permanent part of the exchange mailbox. Can this be accomplished by going into file->advanced->export->"import from another ...
0
votes
1answer
160 views

Using Outlook Redemption with VB

Ok so here is what I am trying to do: I need to access a bunch of PSTs on my computer, cycle through each email and make a modification to a text tag in the email then finish up with the same PST + ...
1
vote
0answers
81 views

Outlook 2007 AddStore() Collapses Other PSTs

Our team has written an add-in for Outlook 2007 using VSTO. In the add-in, we create PSTs and call Namespace.AddStore() to add the new PSTs to the store. We have noticed that, when this is done, some ...
0
votes
0answers
109 views

PSTSDK Messages

I use pst sdk for vs2010. I have such code for(folder::message_iterator iter = f.message_begin(); iter != f.message_end(); ++iter) { do_stuffMes(*iter); // *iter is a message in this ...
0
votes
0answers
77 views

some troubles with including sdk

I only started use pst sdk and have some troubles. I use simple test project, and added the path to sdk and boots in property of project. And when i building the solution i had next problems. ...
2
votes
1answer
2k views

How to read a .pst file using c# code

I'm using visual studio 2008 and i want to read a .pst file using c# code and want to display the contents of the pst file on a webpage? please let me know the detailed procdedure of doing that. ...
3
votes
1answer
197 views

PST handling using Ruby

I am in the process of writing some code to extract information about the contents of PST files such as the total messages, sub folder listing, number of messages per folder, email subject name and ...
0
votes
1answer
288 views

Reading pst (Outlook) files from IIS ASP.NET application

I have to create sort of a .PST file based Web Mail. I need to read all MailItems, Folders, Contacts and everything i can from PST files given by the user. I am currently using DCOM interop to ...
0
votes
0answers
59 views

Issues with creating a writer for a particular file format

I came across the PST file format specification released by Microsoft. It seems like quite a few people came up with solutions to read a PST file based on this specification but there seems to be a ...
1
vote
2answers
409 views

how to process/extract .pst usig hadoop Map reduce

I am using MAPI tools(Its microsoft lib and in .NET) and then apache TIKA libraries to process and extract the pst from exchange server. which is not scalable. How can I process/extracts pst using ...
1
vote
0answers
265 views

XML->Generate MSG -> Folder -> PST for Outlook

I am looking into ways to generate MSG files from XML and then save the generated MSGs into a PST files using Microsoft.Office.Interop.Outlook. The following snippets have been inspired by this post ...
2
votes
0answers
138 views

java-libpst outlook 2003 categories

I was playing around with outlook pst files with java-libpst. All was really fine but got stuck fetching categories in outlook 2003 as it does not save it in ColorCategories. Is there any work around ...
1
vote
0answers
507 views

Rename Folders in Outlook PST-File

since a few days I'm trying to rename the sent mail folder, deleted elements and the inbox folder via c#. I've tryed something like this: List<Outlook.MailItem> mailItems = new ...
-1
votes
1answer
867 views

Outlook 2010 12GB .pst file cannot copy/move emails out of the .pst [closed]

I have a user that has a 12GB .pst file. The user is on Outlook 2010 & connects to a Exchange 2003 server. the 12GB .pst file got corrupted & I was able to repair it with scanpst and it found ...
3
votes
1answer
1k views

Issue with moving email items from one pst to other via VBA Code

I am trying to move email from one pst to other, base on certain criteria. Here, below is sample code gotten from here. The important part of the code, which moves message, is as below: If ...
0
votes
1answer
193 views

Outlook msg format - how to construct __nameid_version1.0 stream

I have been working with an open-source project called pstsdk up on codeplex. My current task is to generate msg files from the pst. Mostly I have been successful but to make it complete I want to be ...
1
vote
2answers
3k views

Create an email object in java and save it to file

i need to backup the emails contained in a PST file (outlook storage). i'm using libpst which is the only free library i found on the web ( http://code.google.com/p/java-libpst/ ) so i can access all ...
0
votes
1answer
202 views

Outlook PST export fails because of custom form errors?

I am trying to export a user's calendar from Outlook 2007 to a PST file. The calendar contains appointment items making use of an obsolete custom form (written in VBS). This form attempts to ...
1
vote
1answer
2k views

Loop Through PSTs in Outlook 2003 with VBA

In Outlook 2007, I am able to loop through mails stores, including PSTs, using code like this: Dim stores As Outlook.stores Set stores = objNamespace.stores Dim store As Outlook.store For Each store ...
1
vote
1answer
4k views

Using VBScript List Out All Outlook Profiles and PST's

I am attempting to write a script to check for Outlook profiles and find their relavent pst's and write it to a txt. We have some users who have to have 2 seperate profiles and who have to store some ...
1
vote
0answers
351 views

Change Sender Email Address in Outlook 2003

My company has changed my email address :-( I have thousands of emails in Outlook that use the old email address, but as far as Outlook is concerned, these are from a different person. This is ...
2
votes
1answer
2k views

MS Exchange 2010: cmdlet Not Executing Correctly as a Scheduled Task

I've been using a Scheduled Task and the New-MailboxExportRequest cmdlet to export my organization's mailboxes to .PST archive files each night for awhile now. Unfortunately, the ExportRequests are ...
0
votes
2answers
1k views

Move PST files to server via VB

At work we've picked up a new exchange server, so my boss was going to have me go around to all our computers and manually move all the open PST files people had to their folder on the new server. I, ...
0
votes
1answer
274 views

Compressing an Outlook PST programmatically

This Article is the only resource I can find that says the API for compressing a PST file is not exposed. Can anyone verify this or provide information otherwise? Thanks

1 2