|
After doing a backup, then a reinstall of a client's Windows XP computer I forgot to create a .pst of their mail from outlook 2003. I have all the data from the old installation but I don't know where Outlook 2003 stores its data.
Where abouts can I find...
Started by Shard on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at serverfault):
C:\documents and settings\\Local Settings\Application Data\Microsoft\Outlook\
by default for PSTs
Outlook 2003 saves its data in so called "Personal Folder Files" .pst, which is an acryonym and Settings\PROFILE_NAME\Local ....
|
|
I'm running Outlook 2007 on Windows 7.
I'd like to change the OST data file that a Windows/Outlook email profile points to. I've attempt to change it as follows:
Go in to the "Mail" Control Panel applet Click the "Data Files..." button Double-click the...
Started by Howiecamp on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at superuser):
The "Data Files..." button use the 'add' button to browse for the copied file set the copied file outlook once may pop up, in that case just do that and remove the old file afterwards
If you want to have to move it first, you could turn....
|
|
This is a very strange problem that I have not been able to resolve even after scouring the Internet for help. What happened was that I downloaded one of those auto-configure programs from my ISP to set up IMAP email access (FWIW it uses Gmail's servers...
Started by Sam on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at superuser):
But can you Kill the outlook process.
Hi Sam, Bit unsure of the program you have downloaded... .
|
Ask your Facebook Friends
|
Hi
I've had a clients exchange server get shut down abnormally which resulted in a corrupt database
I've tried running the ESEUTIL tool in repair mode - after 4 hours or so it says corruption if fixed but then trying to mount the store again still throws...
Started by Dave on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at serverfault):
Secondly, Outlook is just a client that connects....
Exchange create new files - thinking I can connect outlook back up and it will sync its data back an RSG and use ExMerge to pull the mail from the old EDB and pump it to the new one.
|
|
I'm working on a Outlook 2007 AddIn using VSTO and one of the things my addin is supposed to do is to import contacts using web service.
The algorithm for that is very simple: it asks web service for a list of identifiers of items that needs to be synchronized...
Started by RaYell on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
The answer can be found here ..
Have you pinpointed which line is slowing down? Create a log with time entries around some of the main methods to determine if it's (1) the web service, (2) new contact object, or (3) saving the contact .
|
|
My firewall sends me a notifcation to my email every time a policy is violated.
I have about 2500 emails in .msg format that I want to put into one excel document.
Basically I am looking for a way to automate processing each .msg file and putting it on...
Started by Aaron Clark on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
You should consider getting the messages.
Take a look at Outlook MSG file format specification .
|
|
I'm working on a VSTO Outlook 2007 add-in that basically synchronizes Outlook data with web service. There are three types of synchronization that I want to have in the app: startup sync, manual sync and sync on shutdown. The first two as simple and are...
Started by RaYell on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Just keep in mind that Outlook can be started window-less too.
In Inspector.Close(): Application.Explorers.Count==0 and Application.Inspectors.Count<=1 If so, Outlook will close and you can fire your events.
|
|
I'm keen to find data on current GDP, forecasts for GDP 2010, general economic outlooks, country comparisons and regional analysis for the Middle East - including the different Emirates in the UAE? I'd welcome all suggestions, presentations, links etc...
Answer Snippets (Read the full thread at linkedin):
Dean Merrion For the basics I'd regards,
Bastiaan Hello Rohit,
I know... .
Its a subscription only publication so carries "hard info/data", not viewed it online but they may offer online data services for a fee.
Publication covering the region.
|
|
I am able to look through the global address book using the outlook object model but is there anyway using the outlook object model from csharp i can get the following properties of a person:
City, State, Country/Region Alias Title Phone
i can't seem ...
Started by oo on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
Is RDO and use to you? It offers quite a bit that Outlook blocks, including address data
RDO & C#
Using Microsoft.Office.Interop.Outlook
You need to use the ExchangeUser with Outlook object model, I ....
Underneath the addressbook.
|
|
My company requires me to use Outlook for my E-mail. Outlook does virtually nothing the way I want to do it and it frustrates me greatly. (I'm not trying to start a flame war here, it must do exactly what thousands of CEO's want it to do, but I'm not ...
Started by Mark T on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Outlook to extract your e-mails take a look at....
It will allow you to get\Inbox", @"\\EMail - Incomming\Backup", @"\\SomePath");
There is an article on this in MSDN .
Outlook Redemption is the best thing currently to use that I have found.
|