Browse by Tags
All Tags »
Exchange Server 2007 (RSS)
Exchange Server 2007 SP2 Update Rollup 1 is available to download . Update Rollup 1 for Exchange Server 2007 Service Pack 2 (SP2) resolves issues that were found in Exchange Server 2007 SP2 since the software was released. This update rollup is highly
Read More...
Do you know that if voice mail is enabled on your account, you will be able to listen to your voice mail from your mobile phone and read it in your Inbox? Yes, that’s true. It’s not just only that; also you’ll receive a text message on your phone to alert
Read More...
As we know by default the Display Name of Exchange Mailboxes(Exchange Server 2007 SP2) is in the format of “Firstname Lastname”. I want to change this for the couple of existing mailboxes to “Lastname, Firstname” for one my customer – he preferred non-development
Read More...
Recently i was discussing with one of my customer, he updated a issue relevant with his upgrade. Recently he downloaded the recent Exchange 2007 SP2 & tried upgrading to Exchange 2007 SP2 in an Active Directory forest that has only Windows Server
Read More...
If you’re looking for Microsoft Exchange Server & Outlook Standards, you can refer this MSDN article .This documentation is intended for use in conjunction with publicly available standard specifications, computer language design and implementation
Read More...
My experience with BitLocker: I use Windows BitLocker Drive Encryption (BitLocker) in my Windows Server Vista, 2008 & new Win 7 boxes. As i am trying this for a while, i thought to apply it with Exchange Server 2007 SP2 also; also wanted to see, whether
Read More...
Tried finding the list of information about ports, authentication and encryption by Exchange Server 2007? Your search ends here. Please refer the TechNet article . You can find the list of information about ports, authentication, and encryption for all
Read More...
I was reading couple of relevant documents, i noticed this blog post “ Millions Switch to Exchange and SharePoint from Notes ”. It talks about millions of users switched to Exchange Server and SharePoint from Notes – Really it was amazing to hear. I noticed
Read More...
With continuation of my previous article , it just points out to find how we can get by using UI(User Interface like snap-in, MMC Console, ESM..etc)’s. This time, let me try something different with Exchange Server 2007 (i tried with Exchange Server 2007
Read More...
Determine version number of Exchange: To determine the version number, the build number, and the service pack level of a Microsoft Exchange Server computer, check the following properties of the server. If you have Exchange Server 4.0, Exchange Server
Read More...
using System; using System.Net; using System.IO; using System.Text; using System.Xml; namespace SampleCode { class GetFolders { static void Main( string [] args) { // Variables. System.Net.HttpWebRequest Request; System.Net.WebResponse Response;
Read More...
On 7/17/2009, Microsoft released Update Rollup 9 for Exchange Server 2007 Service Pack 1. This update Rollup 9 for Exchange Server 2007 Service Pack 1 (SP1) resolves issues that were found in Exchange Server 2007 SP1 since the software was released. This
Read More...
The Exchange Server 2007 SP1 Help can help you in the day-to-day administration of Exchange. Use this information to guide you through Exchange Server 2007 SP1 features, tasks, and administration procedures. This download contains a standalone version
Read More...
One of my customer updated that whenever they try to make the remote Exchange Web Service (EWS) call from his C#.Net 2008 application (VS.Net 2008 - .Net Framework 3.x), he gets the following error: The underlying connection was closed: Could not establish
Read More...
In this we will see how to create & send e-mail messages using Exchange Web Service (EWS). It’s pretty simple with EWS to do. // Create the Exchange Service Binding ExchangeServiceBinding esb = new ExchangeServiceBinding(); // Add its relevant Credentials
Read More...