2
Answers

Capture selected text from active window

jd

jd

15y
9.6k
1
Hi all,

Need on your help on this.

I need to capture the selected text from the current window (be it a browser or any other application), and print it in my c# console application (for now - to keep is simple).

I got some help from the following thread:
http://www.c-sharpcorner.com/Forums/ShowMessages.aspx?ThreadID=46461

But, it gives me an ArgumentOutOfRange exception in the last line (substring operation)

Other ideas / approaches for implementing this are also welcome.

Thanks in advance,

Jd


Answers (2)
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.