5 Solved Topics

Remove Filter
Member Avatar for
Member Avatar for krunal1986

hi all, i am sending mail through exchange server version Exchange2010. below is my code: static void Main() { try { string owausername = string.Empty; string owapassword = string.Empty; string mailFrom; string mailTo; string mailSub; string mailBody; ServicePointManager.ServerCertificateValidationCallback = CertificateValidationCallBack; ExchangeService service = new ExchangeService(ExchangeVersion.Exchange2010); EmailMessage email = new EmailMessage(service); …

Member Avatar for krunal1986
0
647
Member Avatar for tarwara

Hi, Actually I am not familiar with Exchange server environment so i have a qn. Can we convert ost file into pst using outlook inbuilt import/export option while disconnecting to Exchange Server. I mean If I am not connected to Exchange so i will be not able to read ost …

Member Avatar for luciferjemmie
0
419
Member Avatar for ingrammusic

My antivirus scanner found a few viruses with on our exchange server. The files had a .eml extension and they were located in the " \Progam Files\Exchsrvr\Mailroot\vsi2\UceArchive" folder. I assume they are emails, but what is this folder for and why are there 2GB of .eml files in it?

Member Avatar for JustinNH
0
205
Member Avatar for ingrammusic

Does anybody know how to tell if email from outside my network made it to my exchange 2003 server? I have a user that can't receive email from anyone on the outside unless it's a reply message from one the user sent. Thanks

Member Avatar for ingrammusic
0
158
Member Avatar for stvrich

I have spent a little time on Technet, and will be spending more. But I wanted to ask if anyone knew of a website that had "summaries" of steps required to config (or checklists for config) of server 2008 (or server 2003 for that matter). What I mean is, if …

0
125

The End.