Sign In
MSDN Blogs
Microsoft Blog Images
More ...
Browse by Tags
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Archives
Archives
February 2012
(8)
January 2012
(3)
December 2011
(5)
November 2011
(2)
October 2011
(1)
August 2011
(4)
July 2011
(6)
June 2011
(6)
May 2011
(1)
April 2011
(4)
March 2011
(3)
February 2011
(5)
January 2011
(1)
December 2010
(14)
November 2010
(27)
October 2010
(22)
September 2010
(15)
July 2010
(1)
June 2010
(6)
May 2010
(5)
April 2010
(16)
March 2010
(4)
February 2010
(3)
January 2010
(16)
December 2009
(10)
November 2009
(3)
October 2009
(10)
September 2009
(20)
August 2009
(5)
July 2009
(13)
June 2009
(9)
May 2009
(5)
April 2009
(7)
March 2009
(1)
February 2009
(20)
January 2009
(12)
December 2008
(25)
November 2008
(12)
October 2008
(35)
September 2008
(9)
August 2008
(17)
July 2008
(21)
June 2008
(6)
May 2008
(36)
April 2008
(10)
February 2008
(26)
January 2008
(29)
December 2007
(8)
November 2007
(31)
October 2007
(4)
Tags
Code Snippets
Developer
development
DevMSGTeam
Download
Exchange
Exchange Server
Exchange Server 2003
Exchange Server 2007
Exchange Server 2010
Exchange Web Services (EWS)
features
General
How to
KB
Outlook
Outlook 2003
Outlook 2007
Outlook Object Model (OOM)
Outlook Programming
Outlook UI
Programming
Troubleshooting
Tutorials
What is New ?
Common Tasks
Blog Home
Email Blog Author
About
RSS for posts
RSS for comments
MSDN Blogs
>
Le Café Central de DeVa
>
All Tags
>
exchange server 2007
>
tutorials
Tagged Content List
Blog Post:
Gotcha - PermanentURL & WebDAV Series # 1
Deva [MSFT]
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...
on
11 Nov 2008
Blog Post:
Monitoring event sink # 26 - Implementing onTimer Event sink
Deva [MSFT]
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...
on
7 Nov 2008
Blog Post:
Test and troubleshooting tools for various Exchange technologies
Deva [MSFT]
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...
on
29 Oct 2008
Blog Post:
Monitoring event sink # 24 - Store event sink is not working as expected in Exchange Server 2007
Deva [MSFT]
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...
on
28 Oct 2008
Blog Post:
Tutorial : Organizational Forms Library - Series # 2
Deva [MSFT]
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...
on
21 Oct 2008
Blog Post:
Tutorial : Organizational Forms Library - Series # 1
Deva [MSFT]
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...
on
21 Oct 2008
Blog Post:
Microsoft Product Lifecycle : Visual Basic, Exchange Server and Outlook (various versions)
Deva [MSFT]
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...
on
15 Oct 2008
Blog Post:
Tutorial : Free/Busy data - Series # 1
Deva [MSFT]
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...
on
13 Oct 2008
Blog Post:
Outlook Programming Series # 13 : Programmatic equivalent for Outlook UI's Send/Receive
Deva [MSFT]
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...
on
9 Oct 2008
Blog Post:
EWS Programming # 1 : Creating my first Exchange Web Services client application in C#.Net
Deva [MSFT]
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...
on
4 Oct 2008
Blog Post:
Video: Microsoft Office Outlook Web Access online training
Deva [MSFT]
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...
on
3 Oct 2008
Blog Post:
Synchronization : Exchange Server & Outlook
Deva [MSFT]
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...
on
2 Oct 2008
Blog Post:
Troubleshooting: Exchange environment with Event viewer
Deva [MSFT]
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...
on
1 Oct 2008
Blog Post:
Outlook UI Issue: Save password setting not retained ?
Deva [MSFT]
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...
on
10 Sep 2008
Blog Post:
SMTP Diagnostics - SMTPDiag Tool
Deva [MSFT]
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...
on
7 Jul 2008
Blog Post:
Exchange Server 2007 - Help documents
Deva [MSFT]
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...
on
6 May 2008
Blog Post:
Windows Mobile SSL Certificates: Configuring Security-Enhanced Communication on Exchange Server 2003 SP2 or Exchange Server 2007 with Windows Mobile Powered Devices
Deva [MSFT]
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.
on
6 May 2008
Blog Post:
Deploying Windows Mobile 6 Powered Devices with Microsoft Exchange Server 2007
Deva [MSFT]
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...
on
6 May 2008
Blog Post:
What's special in Exchange Server 2007 SP1?
Deva [MSFT]
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...
on
7 Apr 2008
Blog Post:
List of Ports used by Exchange Server
Deva [MSFT]
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...
on
21 Feb 2008
Blog Post:
SMTP Commands Part # 3 - List of Server reply codes
Deva [MSFT]
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. ...
on
21 Feb 2008
Blog Post:
SMTP Commands Part # 2 - Using Telnet on port 25 to test SMTP communication
Deva [MSFT]
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...
on
21 Feb 2008
Blog Post:
SMTP Commands Part # 1- List of SMTP Commands
Deva [MSFT]
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...
on
21 Feb 2008
Blog Post:
Monitoring Event sink # 15 - Check event registration and its item properties
Deva [MSFT]
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...
on
19 Feb 2008
Blog Post:
Monitoring Event Sink # 14 - Advanced Queuing Engine and SMTP sinks
Deva [MSFT]
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...
on
19 Feb 2008
Page 1 of 2 (50 items)
1
2