cancel
Showing results for 
Search instead for 
Did you mean: 

C# and Outlook

david_fryda2
Participant
0 Kudos

Hi everyone,

I would like to know how in C# I can get information from mails in Outlook. I want to know the date of the mail, how many attachments, etc etc.

Thanks in advance.

Regards.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

You can start here:<u>http://www.outlookcode.com/</u>.

and also -

<u>http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dv_vstechart/html/ol03csharp.asp</u>

Regards,

Yehuda

david_fryda2
Participant
0 Kudos

Hi Yehuda,

First thanks.

I forgot to mention that I have to get access to mails that are located on an <b>Exchange server 2003</b>.

Sorry.

Thanks.

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

You can use Outlook configured with exchange server 2003 to read the e-mails.

No difference to access e-mail with outlook with exchange server or Personal Folder. Only the configuration of the e-mail services take the difference.

The "Microsoft Outlook Object" is perferct to access to your e-mail.

Bye.

Stefano Sartori

david_fryda2
Participant
0 Kudos

Thanks everyone for the help.

Regards.