3
Answers

C# add directory path to deployment

dc

dc

11y
1.2k
1
For the installation of a C# desktop 2010 application, I am using the traditional setup and deployment template.
As part of this template, I want to make certain that a folder is created in a directory path that looks like
C:\log_files.

Thus can you tell me how to have the setup and deployment project create the directory path for me, if the directory path does not exist?
Answers (3)
2
Jim Stroke

Jim Stroke

NA 492 2 11y
You would need a third party solution to create a .pst file. You can export as .mbox file. This is a cross platform file format and you should be able to import into Outlook on Windows.

The one I know is Entourage to Pst

The easiest option is to use an IMAP account for the transfer. Move the messages from your "On My Computer" folders to an IMAP account then add the IMAP account to Outlook on Windows and the messages will download.
Accepted
0
David Brenner

David Brenner

NA 5 1.7k 11y
Well this was the best answer I got, This tool entourage to pst converter was the best for this problem.

Converted all the mails and also the folders safely.
Thank you for help.
0
Tony Gump

Tony Gump

NA 922 5 11y
You can either use an IMAP or Exchange e-mail account: All e-mails in these accounts will show up automatically on the Windows side (and with Exchange, in addition to e-mails, you'll get contact and events as well).

Or you can try the following:-
http://entouragetopst.com/how-to-convert-entourage-archive-rge-files-to-pst-file-outlook-windows/
0
Suthish Nair

Suthish Nair

NA 31.7k 4.6m 11y
I think better way is to post this thread to outlook 2010 support website for better and faster solutions.