Browse by Tags

Tagged Content List
  • Blog Post: Gotcha - PermanentURL & WebDAV Series # 1

    Take this scenario. One of my customer wanted to updated the contact fields using PR_ENTRY_ID and other fields. He can able to obtain the other all fields and getting issue with this property whenever he retrieve using WebDAV·  He gets garbage values at one client and another client it leads...
  • Blog Post: Monitoring event sink # 26 - Implementing onTimer Event sink

    Timers & Events: Whenever we talk about the event sink and we plan to implement the event sink that should trigger within a specified time or interval, then we will go for onTimer Event sink. Basically Timers have scope, in the same way as other events. With timers, however, no event occurs in that...
  • Blog Post: Test and troubleshooting tools for various Exchange technologies

    I tried to compose the test and troubleshooting tools for various exchange technologies. This initial list upto Exchange Server 2003. Technology Tools for test and troubleshooting tools Active Directory Services Interfaces (ADSI) All standard test and debugging...
  • Blog Post: Monitoring event sink # 24 - Store event sink is not working as expected in Exchange Server 2007

    When i am working with my customer with regards to Exchange store event sink, he reported it's not working as expected. There is no issues in the Event viewer and no error it thrown. We tried with Microsoft Exchange Server 2007 environment, the store event sink does not run as expected. Note: The event...
  • Blog Post: Tutorial : Organizational Forms Library - Series # 2

    Can we create it programmatically? To create it programmatically using MAPI, we need to make use of CreateFolder() , the MAPI function. It is necessary to have very special privileges (obtained by opening the store with an EntryID created using IExchangeManageStore::CreateStoreEntryID()) to get it to...
  • Blog Post: Tutorial : Organizational Forms Library - Series # 1

    What are the various types of Outlook form libraries available? There are three types of Outlook form libraries are available, they are (i) Organizational Forms Libraries (2) Personal Form Libraries (3) Folder Libraries. What is an Organizational Forms Library? An organization's forms library is a repository...
  • Blog Post: Microsoft Product Lifecycle : Visual Basic, Exchange Server and Outlook (various versions)

    Microsoft Product Lifecycle for various versions of Visual Basic Products Released General Availability Date Mainstream Support Retired Extended Support Retired Service Pack Retired Notes Visual Basic .NET 2002 Standard...
  • Blog Post: Tutorial : Free/Busy data - Series # 1

    Publishing Free/Busy data: Free/busy data is published information that contains a user's personal availability data based on the user's schedule. Microsoft Exchange Server uses the information extensively when users schedule meetings. Exchange Server 2003 stores free/busy information in a dedicated...
  • Blog Post: Outlook Programming Series # 13 : Programmatic equivalent for Outlook UI's Send/Receive

    Whenever we work with Outlook 2007 UI, we click either "Send/Receive button" or press "F9" to send and receive emails. In couple of our cases we use to do programmatically you can make use of Outlook Object Model's (OOM) SendAndReceive method. You need to know that calling the SendAndReceive method is...
  • Blog Post: EWS Programming # 1 : Creating my first Exchange Web Services client application in C#.Net

    Please find my first web service client that i tried couple of months earlier that creates an e-mail item in the Sent Items folder. You can use Microsoft Visual Studio 2005 to create a simple Exchange Web Services client application like this. 1: using System; 2: using System.Net; 3: using System.Security...
  • Blog Post: Video: Microsoft Office Outlook Web Access online training

    Have a look at Online training/demo how to work with Microsoft Office Outlook Web Access 2007 online training. It starts from the Introduction, Mail, Calendar, Contacts, Tasks, Documents, options and about OWA light. Just need to go and select the appropriate options in order to see how to make use of...
  • Blog Post: Synchronization : Exchange Server & Outlook

    Exchange Server 2003 and later versions of Exchange Server provide support for certain Outlook features, and Office Outlook 2007 works better with Exchange Server 2003 or later in several ways for other features. Several of these features were introduced in Outlook 2003—most notably for synchronization...
  • Blog Post: Troubleshooting: Exchange environment with Event viewer

    There are quite number of tools available to find the issues with Exchange Server environment. Here we’re going to view about “Event Viewer”. Interestingly Event viewer is it’s not directly meant nor designed for Exchange server, its designed for Windows OS environment. So what can we get in the Event...
  • Blog Post: Outlook UI Issue: Save password setting not retained ?

    One of my customer uses MS Windows XP SP3 & Outlook 2007 reported that whenever he tries to connect to the Internet service provider (ISP) to retrieve messages from POP3, his earlier entered password is not retained. He was pretty sure that  he chose to save the password. Also he tried to entering...
  • Blog Post: SMTP Diagnostics - SMTPDiag Tool

    What is SMTPDiag? SMTPDiag is a troubleshooting tool designed to work directly on a Windows server with IIS/SMTP service enabled or with Exchange Server installed. What is it used for? It utilizes the same API's as Windows and Exchange in order to diagnose configuration and connection issues...
  • Blog Post: Exchange Server 2007 - Help documents

    Microsoft Exchange Server 2007 SP1 Help This download contains a standalone version of Microsoft Exchange Server 2007 SP1 Help. Microsoft Exchange Server 2007 Service Pack 1 Shell Help This download contains the Microsoft Exchange Server 2007 Service Pack 1 (SP1) version of the Exchange Management...
  • Blog Post: Windows Mobile SSL Certificates: Configuring Security-Enhanced Communication on Exchange Server 2003 SP2 or Exchange Server 2007 with Windows Mobile Powered Devices

    This technical paper describes how trust is established on the Web through certificate authorities, how digital certificates help establish that trust, and how Secure Sockets Layer (SSL) relies on certificates to function.
  • Blog Post: Deploying Windows Mobile 6 Powered Devices with Microsoft Exchange Server 2007

    This guide provides best practices and procedures for implementing a mobile messaging system with Windows Mobile 6 powered devices and Microsoft Exchange Server 2007. Topics include Exchange Server 2007, creating a protected communications environment, configuring Microsoft Internet Security and Acceleration...
  • Blog Post: What's special in Exchange Server 2007 SP1?

    This article is for all Exchange users. When we work with our customers, they eagerly want to know differences, new features, comparisons, what were its new and special features, product reviews or comprehension information about Exchange Server 2007, Please find the two useful article, which talks...
  • Blog Post: List of Ports used by Exchange Server

    Please find the list of Ports used by Exchange Server: Ports used by Exchange Server Protocol Port Description SMTP TCP: 25 The SMTP service uses TCP port 25. DNS TCP/UDP: 53 DNS listens on port 53. Domain controllers use this...
  • Blog Post: SMTP Commands Part # 3 - List of Server reply codes

    When we execute the SMTP command, we'll receive a reply from the mail server in the form of a three digit number followed by information describing the reply. For example, 250 OK Please find the list of reply codes from the Server. 211 A system status or help reply. ...
  • Blog Post: SMTP Commands Part # 2 - Using Telnet on port 25 to test SMTP communication

    Please find the following steps and SMTP commands to test SMTP communication using Telnet on Port 25 . 1. At a command prompt, type telnet , and then press ENTER. This command opens the Telnet session. 2. Type set localecho and then press ENTER. This optional command lets you view the characters...
  • Blog Post: SMTP Commands Part # 1- List of SMTP Commands

    Please find the list of SMTP commands and its definitions, which can be used on multiple places. For example it can be used to check event SMTP sinks by sending mails . SMTP commands SMTP command Command function HELO Sent by a client to identify itself, usually...
  • Blog Post: Monitoring Event sink # 15 - Check event registration and its item properties

    Whenever if we work with event sink, we need to check the event registration, what're the associated items, its item properties and its importance (whether it is required or not)... Event Registration To receive event notifications, you must register with Exchange by creating and saving event registration...
  • Blog Post: Monitoring Event Sink # 14 - Advanced Queuing Engine and SMTP sinks

    Advanced Queuing Engine - SMTP Architecture The advanced queuing engine is a key component in Exchange 2003 message handling, because all messages must pass through this engine, even when sender and recipient are located on the same server running Exchange Server 2003. This enables Exchange Server...
Page 1 of 2 (50 items) 12