Re: Get email from Exchange server in C#?
If your Exchange server is configured to support POP or IMAP, that's an easy way out. Best option is WebDAV. There is a library available for that http://www.independentsoft.de/webdavex
View ArticleRe: Get email from Exchange server in C#?
Look into the WEBDav protocol for Exchange Server.http://msdn.microsoft.com/en-us/library/aa486282(v=EXCHG.65).aspx
View ArticleRe: Get email from Exchange server in C#?
Ah, maybe I posted this message in the wrong Forum. I guess this is a pure C# question and maybe doesn't belong here? I don't know much abuot SMTP sink but I will try to inform myself now. To explain...
View ArticleRe: Get email from Exchange server in C#?
There are ASP.NET POP and IMAPI components to read mail, but you might want to look at programming a SMTP sink. Check the Exchange programming forums for help there, it's not ASP.NET.Jeff
View ArticleGet email from Exchange server in C#?
Hi all, If I've understood right there is no built in functionality in an version of .NET för checking email on an Exchange server, is that correct? If that is correct, does anyone know of any (free)...
View Article