4
Answers

Importing Entourage 2008 emails in Outlook 2010

Goldy Barren

Goldy Barren

11y
1.5k
1
A couple of days back I switched to windowsfrom mac  due to some reasons. I used entourage 2008 as my email client in my mac book air. In Windows system I am using office 2010 and outlook 2010 is my email client. I need to migrate my emails from entourage 2008 into outlook 2010. My profession is recruiting people for our firm so I get a lot of emails and I have managed to arrange thousands of emails in several folders. Is it possible to transfer all my emails from entourage to outlook 2010 without disturbing the folder hierarchy? If yes then how can I do this?
Answers (4)
0
Santiago Felipe
NA 2 0 9y
Do you mean you want to convert the JPEG image to PNG while loading the JPEG image (and not after)?

Are you selecting and loading the JPEG image using the OpenFileDialog Class?

If yes, you can get the name of the JPEG file, pass it Image.FromFile method:
https://msdn.microsoft.com/en-us/library/system.drawing.image.fromfile.aspx
And then save it to PNG using the
Image.Save method (Stream, ImageFormat):
https://msdn.microsoft.com/en-us/library/ms142147.aspx

But if you face any problem while loading or saving the JPEG or PNG images, you can try using loading and saving features from leadtools programming toolkit.
0
Raja T
NA 7.4k 6k 9y
Hi,

Please refer below URLs

http://stackoverflow.com/questions/17294737/converting-an-image-to-png-on-upload


http://stackoverflow.com/questions/3906260/how-can-i-convert-a-jpeg-image-to-a-png-one-with-transparent-background


http://www.c-sharpcorner.com/UploadFile/scottlysle/ImageConverter09132006105604AM/ImageConverter.aspx

Thanks