MMC-SnapIn Run time Error

2002-10-06 Thread Vijayakumar, T
Hi All, We have creted SnpIn DLL for Exchang Server System Manager. When we open System Manage and See the property page of Server we can get our Sanpin-Tab(Custom Form)..This is working fine when the Active Director,Domain Controller and Exchange Server in same machine. Iam facing the Problem

Forms Registry Issue

2002-10-04 Thread Vijayakumar, T
Hi All, I have Created Public Folder(Public tree and Public Store) in Exchange server 2000.I expanded the my Public folder i can see some entries but EFORMS REGISTRY is not there.If that is there then only i can create Organization Library. Is there any other way to get EFORMS REGISTRY. if any on

Event Registration Issue

2002-10-02 Thread Vijayakumar, T
hello all i have two exchange server . in one domain , from one exchange server i have to register an event on the mailboxes on both the server nd vice versa can anybody tell me how to do it regards nikhil _ List posting FA

Accessing MAPI Property using EXOLEDB in VB

2002-08-29 Thread Vijayakumar, T
I am trying to set a MAPI property "PR_EMS_AB_EXTENSION_ATTRIBUTE_1" throug OLEDB. Here is the sample code that I have --- Dim Conn as New ADODB.Connection Dim Rec as New ADODB.Record Dim Flds as ADODB.Fields Conn.Provider = "ExOLEDB.DataSource" Conn.

Distinguished Name Property

2002-07-16 Thread Vijayakumar, T
Hi All, How to get the Distinguished name of Mail User in Exchange 2000 using CDO/ADO. Through MAPI we can get using this property Name : PR_EMS_OBJ_DIST_NAME and the Value is : /o=OrganizationName/ou=OrganizationUnit/cn=Recipients/cn=UserName The Same Property Value i Need to get Through ADO/CD

Problem With Creating Event Registration Item.

2002-07-12 Thread Vijayakumar, T
Hi All, I have written Code in VB to create an Event Registeration item to particular user MailBox.But its giving Run time error. Through Excahnge Explorer(Event Registeration Wizard) i can able to create the Item.But programmatically its giving problem. Here is the code for Creating Event Ite

Problem with CDO and ADO Methods with Exchange 2000 -Help Neede d

2002-06-18 Thread Vijayakumar, T
> Hi, > > While working with CDO for Exchange 2000 , I am facing small problem > with Outlook. > Here's what I do, > > a) I use CDO methods to save the message into a local file, delete the > bodyparts of the >Message and add my text. > > b) Then after a while, I try to read the Me

To Find Installed Path of Exchange Server

2002-06-14 Thread Vijayakumar, T
Hi All, I need to put One Java Script file in Exchange installed path (/Exchsrvr/Exchweb/controls/Controls) Using my installer program.For that i need to get the path at which Exchange Server 2000 is installed. I do not find any corresponding entry in Environment Variable.There may be a place in

Problem In Adding Custom Property

2002-06-14 Thread Vijayakumar, T
Hi All, I have a small piece of code which opens the mail item, changes the message class and adds an custom property to the message in the Exchange 2000 store. This code seems to be working fine as an "exe" with the message class being changed and the custom property being added to the

Problem in adding Custom Property

2002-06-13 Thread Vijayakumar, T
Hi All, I have a small piece of code which opens the mail item, changes the message class and adds an custom property to the message in the Exchange 2000 store. This code seems to be working fine as an "exe" with the message class being changed and the custom property being added to the m

Outlook- Macro Problem

2002-06-12 Thread Vijayakumar, T
Hi All, Through Application_Startup( ) macro I have added some Button in Outlook.When we close the Outlook that button should be removed from the Outlook. That Functionality i tried in Application_Quit( ) macro but its giving Error 'cos the Reason is If we closed the Outlook the OOM(Outlook Obje

RE: Application_Quit Macro(outlook Programming)

2002-06-11 Thread Vijayakumar, T
From: Vijayakumar, T [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 11, 2002 7:31 AM To: Exchange Discussions Subject: Application_Quit Macro(outlook Programming) Hi All, Through Application_Startup( ) macro I have added some Button in Outlook.When we close the Outlook that button should be removed fro

Application_Quit Macro(outlook Programming)

2002-06-11 Thread Vijayakumar, T
Hi All, Through Application_Startup( ) macro I have added some Button in Outlook.When we close the Outlook that button should be removed from the Outlook. That Functionality i tried in Application_Quit( ) macro but its giving Error 'cos the Reason is If we closed the Outlook the OOM(Outlook Obje

Ms-Outlook Programming

2002-06-04 Thread Vijayakumar, T
Hi All, Iam working with Outlook -2000 Programming, like Create Form ,publish Form etc.In that one iam using VBA and VB Script. If any one knows about how to get the property of Mailbox pls let me know. I want get thru Outlook Object Model. My exchange server is Exchange 2000 Regards Vijay _

MS-Outlook Customization.

2002-05-30 Thread Vijayakumar, T
Hi All, Iam working with Outlook-2000 Customization. My requirement is to add some button in Outlook, if we press the button some action to be taken in server side. Using COM-ADDin we can cusotminze the outlook,but i dont want to install anything on client side,without client side installation i h

COM+ Service Failed

2002-05-20 Thread Vijayakumar, T
Hi All, Iam trying to Register an Even Sink as COM+ application,some times back it was working fine. Now iam getting the following Error. Through Administrative Tools i opened the Component Service then i opened COM+ application and created application. Then tried to Create component,in that wiza

Event LOG

2002-05-15 Thread Vijayakumar, T
Hi All, Iam working with Exchange server 2000 with and I have created Event and i regitered it for one folder. Thats working fine, i want to know where is the log file for the Event Handler.I read Event Log will be created but i dont know the location of the file. If anyone have idea about this p

Maximum No. of User in Exchange 2000 server.

2002-04-29 Thread Vijayakumar, T
Hi All, If anyone knows about the following pls let me know. 1.Maximum No of User in Exchange 2000 server. 2.Maximum user Mail box Size. Regards Vijay _ List posting FAQ: http://www.swinc.com/resource/exch_faq.htm Archives:

OWA Customization Issue.(GetSelectedXML)

2002-04-19 Thread Vijayakumar, T
Hi, Iam working with OWA Customization, I have added some buttons in Main Page, If user click the button after selecting mail item, it has to dispaly the selected item details like URL,CONTENT CLASS etc this we can achieve through GetSelectedXML( ). This i tried in one exchange server 2000 with

Permission Denied for Updating Item

2002-04-16 Thread Vijayakumar, T
Hi, Iam trying to Modify the property fo one Mail item (For example DAV:displayname) through VB Script but its giving Permission Denied error Message. I can able to get the property but i can't set the property. I logged in thru administrator in that machine. If anybody knows where to set the perm

How to Write Event Sink in VB

2002-04-16 Thread Vijayakumar, T
Hi, I have written Exchange 2000 Event handler in VB Script,thats working fine.I need to know how to write the Event handler in VB(visual basic aplication). when we create the DLL(Event Hadndler) what are the files we have to import and what environment we need for that and how to register that

Problem With EVENT Sink in Exchange 2000

2002-04-14 Thread Vijayakumar, T
Hi , I have written Event sink in VB Script for OnDelete event(for exchange 2000). That is working fine no issue .The same way i have tried for OnSave Event but that is not triggering,if any one have solution for this pls let me know. any good links for that pls send it to me Regards Vijay ___

Event Log File

2002-04-12 Thread Vijayakumar, T
Hello, In Which Directory the Event Log file will be there for Exchange server 2000.I have registered one event sink for OnDelete,i want to see the event log file. If anyone knows about this pls let me know. regards Kumar _ List p

Help required for Event Handler

2002-04-11 Thread Vijayakumar, T
Hi At what time the OnSave or OnSyncSave event will trigger. When we delete an intem in folder the Ondelete event is triggering. I want to know when the OnSave or OnSyncSave event will trigger. What operation we have to perform in the item for triggering the above event. If any one knows about

Proble with Registering Event

2002-04-10 Thread Vijayakumar, T
Hi, Iam trying to register an event for "ondelete" through ExchangeExplorer Event Registeration Wizard. Registeration was succesful but my event sink(myscript) is not executing when i delete an item. I have written the Event sink in VB Script.The function of the script is to send one mail when

Problem in Access Contents using Windows Explorer

2002-04-03 Thread Vijayakumar, T
Hi, I can able to view the contents of Administrator mailbox using Widows Explorer but for other user its telling Access is denied. Where to set the permission for that. Thanx in Advance Vijay _ List posting FAQ: http://www.s

Issue In OWA Form Registration.

2002-04-01 Thread Vijayakumar, T
Hi, Iam Working with Webstorage Form. Trying to Customize the OWA. I have some problem in registering a new OWA form as default. Generally in OWA by default it will give the contents of the folder when we gave the following URL http://exchangeservername/exchange/mailbox The above will give Navba

Event Handler In VC++

2002-03-25 Thread Vijayakumar, T
Hi, If any one knows about how to write Web Storage Event Handler in VC++ pls let me know. send me good links for that. Regards -Vijay _ List posting FAQ: http://www.swinc.com/resource/exch_faq.htm Archives: h

Issue in OWA Form Regisration

2002-03-24 Thread Vijayakumar, T
Hi , I have some problem in registering a new OWA form as default. Generally in OWA by default it will give the contents of the folder when we gave the following URL http://exchangeservername/exchange/mailbox The above will give Navbar in left frame and contents of Inbox folder in right frame.

Access E2k through VC++

2002-03-22 Thread Vijayakumar, T
Hi, Iam working with exchange server 2000. I need to get the mail box information or mail item from exchange server 2000 using VC++.How to do this. If you have any good link for that pls send to me. Thanx Vijay _ List posting F