다음을 통해 공유


Le Café Central de DeVa

Deva blogs...

Monitoring event sink # 19 - SMTPReg.vbs

Are you looking to register the SMTP event sink? Then we need to make use of script called...

Author: Deva [MSFT] Date: 04/30/2008

Monitoring Event Sink # 18 - How to write an OnArrival-type SMTP event sink in managed code (using Visual Studio.NET)

I found this wonderful article talks about "How to write an OnArrival-type SMTP event sink in...

Author: Deva [MSFT] Date: 04/30/2008

WebDAV Sample(s): How to get item property values from Exchange Store

Please find this wonderful article, which talks about "How to get item property values using...

Author: Deva [MSFT] Date: 04/30/2008

Technical Chat - Open XML SDK and Road Map

Technical chat with Eric White (Open XML Technical Evangelist) & Zeyad Rajabi (Office Program...

Author: Deva [MSFT] Date: 04/09/2008

Outlook Mobile Service - How it works? Advantages? Features?

Two ways to communicate with your colleagues, business partners, and family are e-mail messages and...

Author: Deva [MSFT] Date: 04/09/2008

How to manage all email accounts with Microsoft Outlook 2003/2007?

Now you can manage all your email accounts with Microsoft Outlook 2003 / 2007? That also free. How...

Author: Deva [MSFT] Date: 04/08/2008

Interactive Command reference guide: Outlook 2003 & Outlook 2007

Wondering where the favorite Outlook 2003 commands are located in Outlook 2007? Or just want to...

Author: Deva [MSFT] Date: 04/07/2008

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...

Author: Deva [MSFT] Date: 04/07/2008

Oops!! I'm late!!

Oops!! I'm quite late to talk about this, but it's worthy one. Do you know about Anywhere access...

Author: Deva [MSFT] Date: 02/21/2008

List of Ports used by Exchange Server

Please find the list of Ports used by Exchange Server: Ports used by Exchange Server Protocol Port...

Author: Deva [MSFT] Date: 02/21/2008

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...

Author: Deva [MSFT] Date: 02/21/2008

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...

Author: Deva [MSFT] Date: 02/21/2008

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...

Author: Deva [MSFT] Date: 02/21/2008

Offline Address Book - Birds eye-view

What is an Offline Address Book? An offline address book is a container that stores a collection of...

Author: Deva [MSFT] Date: 02/21/2008

Monitoring event sink # 17 - Sample for adding disclaimer for outoging SMTP messages - VBScript

1: <SCRIPT LANGUAGE="VBScript"> 2: Sub ISMTPOnArrival_OnArrival(ByVal Msg, EventStatus) 3:...

Author: Deva [MSFT] Date: 02/20/2008

Monitoring event sink # 16 - Sample for adding disclaimers for outgoing SMTP messages - Visual Basic 6.0

Visual Basic 6.0 sample Dim TextDisclaimer As StringDim HTMLDisclaimer As StringImplements...

Author: Deva [MSFT] Date: 02/20/2008

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...

Author: Deva [MSFT] Date: 02/19/2008

Microsoft Entourage for mac

Microsoft Entourage:mac News Microsoft Office 2004 for Mac 114 update released Tuesday, February 12,...

Author: Deva [MSFT] Date: 02/19/2008

Monitoring Event Sink # 14 - Advanced Queuing Engine and SMTP sinks

Advanced Queuing Engine - SMTP Architecture The advanced queuing engine is a key component in...

Author: Deva [MSFT] Date: 02/19/2008

Monitoring event sink # 13 - Best practices for Event sink registration

Event sink registration - Best practices It's must to know when we try to register the event sink in...

Author: Deva [MSFT] Date: 02/19/2008

Monitoring Event Sink # 12 - Event Sinks firing order

"Which order the event sinks are getting fired" ? This is a common question asked by customers,...

Author: Deva [MSFT] Date: 02/19/2008

Part # 4 - Configure Public folder permissions

Configure Public folder permissions Please find the lists of management tasks that you can perform...

Author: Deva [MSFT] Date: 02/18/2008

Part # 3 - Managing mail-enabled Public Folders

Managing mail-enabled Public Folders Please find the following topics provide instructions for the...

Author: Deva [MSFT] Date: 02/18/2008

Part # 2 - Managing Public Folders

Exchange Server 2007 - Managing Public Folders Please find the following Technet articles which can...

Author: Deva [MSFT] Date: 02/18/2008

Monitoring Event Sink # 11 - Registering for Store-Wide Events

Registering for Store-Wide Events Global events can only be registered in the following folders: For...

Author: Deva [MSFT] Date: 02/18/2008

Monitoring Event Sink # 10 - How to Register Store Event Sink

Registering Store Event Sink - Three Sample attached Example 1: The above command example is to...

Author: Deva [MSFT] Date: 02/18/2008

Monitoring Event Sink # 9 - How to delete store event sinks

How to delete store event sinks If you want to delete the event sink you registered in a particular...

Author: Deva [MSFT] Date: 02/18/2008

Monitoring Event Sink # 8 - Register a store event sink using Regevent.vbs on Exchange

Step-by-step guide on how to register store event sinks Per KB, Before you use regevent.vbs to...

Author: Deva [MSFT] Date: 02/18/2008

Monitoring Event sink # 7 - Register an Exchange Store Event Script File Using WebDAV in Visual Basic 6.0

I found this wonderful link, which discuss about how we can register an Exchange Store Event Sink...

Author: Deva [MSFT] Date: 02/18/2008

Status Code (422) unprocessable Entity using WebDAV/EXOLEDB Error

I came across a tricky situation. One of the customer got the (422) Unprocessable Entity using...

Author: Deva [MSFT] Date: 02/15/2008

Exchange Hosting Services - Exchange Hosted Archive

Microsoft Exchange Hosting Services - Exchange Hosted Archive Recent News: Microsoft recently...

Author: Deva [MSFT] Date: 02/14/2008

Deleting objects using WebDAV and C#.Net in Exchange Server

Code snippet to delete objects using WebDAV and C#.Net in Exchange Server Environment // TODO:...

Author: Deva [MSFT] Date: 02/14/2008

Creating Outlook Calendar Folder using WebDAV & C#.Net

Code snippet to create Outlook Calendar Folder using WebDAV & C#.Net // TODO: Replace with the...

Author: Deva [MSFT] Date: 02/14/2008

WebDAV Status Codes

Important WebDAV status codes: Please find the important WebDAV Status Codes: Status Code Meaning...

Author: Deva [MSFT] Date: 02/13/2008

MAPI Architecture

MAPI Architecture MAPI is a messaging architecture that enables multiple applications to interact...

Author: Deva [MSFT] Date: 01/31/2008

EXOLEDB Architecture

EXOLEDB Overview Exchange Server 2007 provides a new, high-performance OLE DB provider that you can...

Author: Deva [MSFT] Date: 01/29/2008

Exchange Web Services Architecture

Exchange Web Services Exchange Web Services is deployed with the Client Access server role....

Author: Deva [MSFT] Date: 01/28/2008

Adding delegates in Exchange Web Services (Exchange Server 2007 SP1)

Delegates & Exchange Web Services In Microsoft Exchange Server 2007 SP1, you can use Exchange...

Author: Deva [MSFT] Date: 01/28/2008

Create/Set Folder Level Permissions with Exchange Web Services (Exchange Server 2007 SP1)

Folder-level permissions work with other Exchange Web Services (Exchange Server 2007 SP1)...

Author: Deva [MSFT] Date: 01/28/2008

Technical Architecture of Exchange Server 2007

Technical Architecture of Exchange Server 2007 In Exchange Server 2007 introduces several...

Author: Deva [MSFT] Date: 01/25/2008

Calendar logging feature from Outlook

When i dealt with one of my customer, whose application dealt with Calendaring solution, i made this...

Author: Deva [MSFT] Date: 01/24/2008

Part # 1 - Guide to Public Folders in Exchange Server 2007

Guide to Public Folders in Exchange Server 2007 Please find the following articles, which guides us...

Author: Deva [MSFT] Date: 01/23/2008

Transport Architecture

Transport Architecture - Exchange Server 2007 I found this wonderful article, which gives heads up...

Author: Deva [MSFT] Date: 01/23/2008

Exchange Server 2007 - Database Architecture changes

Exchange Server 2007 - Database Architecture changes The Exchange database architecture has changed...

Author: Deva [MSFT] Date: 01/23/2008

Discontinued Features and De-Emphasized Functionality - Exchange Server 2007

Discontinued Features and De-emphasized functionality - Exchange Server 2007 Do you know what're...

Author: Deva [MSFT] Date: 01/23/2008

Exchange Server Comparison - Versions 2000, 2003 & 2007

Find the features comaprison of Exchange Server 2007 with features available in earlier versions,...

Author: Deva [MSFT] Date: 01/23/2008

Monitoring Event sink # 6 - Using Store Event Sink Bit Flags

In Event sink development, we have event sink bit flags. These flags can be used to identify which...

Author: Deva [MSFT] Date: 01/19/2008

Microsoft Clinic for Exchange Server 2007 - Unified Messaging

Hi, Please find the following Microsoft Clinic for Exchange Server 2007 available for free - limited...

Author: Deva [MSFT] Date: 01/18/2008

Monitoring Event Sink # 5 - How reliable Event sinks are?

After we implemented Event sink (either synchronous or asynchronous), there are certain situations...

Author: Deva [MSFT] Date: 01/18/2008

<Previous Next>