Welcome to MSDN Blogs Sign in | Join | Help

Browse by Tags

All Tags » Exchange Server 2003   (RSS)

How to search for SMTP Servers in a domain programmatically using ADSI?

Here is a sample vbscript using which we can get SMTP servers instance names in a particular domain pragmatically via ADSI. NOTE: Following programming examples is for illustration only, without warranty either expressed or implied, including, but not

FYI: Outlook 2003 and Exchange Server 2003 goes into Extended Support

Outlook 2003 and Exchange Server 2003 goes into extended Support from 4/14/2009 Exchange Server 2003 goes into Extended Support on 4/14/2009. http://support.microsoft.com/lifecycle/?LN=en-us&p1=1773&x=11&y=9   Outlook 2003 goes into Extended

List delegates of the Outlook Mailbox using CDO 1.2.1 via VBScript

I have recently worked out a VBScript to list delegate of the Outlook Mailbox using CDO 1.2.1 via VBScript and thought of share it with you all, here is the sample code: NOTE: Following programming examples is for illustration only, without warranty either

How enumerate mailbox permission using ADSI VBScript?

We can use ADSI VBScript sample given below to enumerate mailbox permission from the exchange server. NOTE: Following programming examples is for illustration only, without warranty either expressed or implied, including, but not limited to, the implied

How to set msExchRecipientTypeDetails Active Directory Attribute using VBScript.

When we move Mailbox from Exchange 2003 to Exchange 2007 , it may be shown as Linked Mailbox. This issue can occur if the associated external account was set on the user's Microsoft Exchange Server 2003 or Exchange 2000 Server mailbox. To resolve the

How to send a copy of all SMTP mails to another recipient mailbox using SMTP Event Sink

Sometime we need to trap all the outgoing/incoming email messages and would like to forward a copy of it to another recipient mailbox. Here is sample script to achieve that: Step 1: Install Exchange 2003 SDK on your Exchange Server. You can download it

SMTP event sink on Exchange Server 2003 is not firing and not working as expected.

If the SMTP event sink on Exchange Server 2003 is not firing and not working as expected. Please make sure that Event sink .vbs file is saved in ANSI Encoding not in UNICODE . Because Event sink file in UNICODE will break script parser and hence Event
 
Page view tracker