| Thread | Last Post | Replies |
|
| synchronize exchange calendar with sql database | 30 Mar 2005 16:36 GMT | 1 |
For school I have to write a .Net application to synchronize an exchange calendar with an sql database. But first I have to compare all the different methods that could be used to do this and pick out the best method to write the application.
|
| Exchange 2003 Create Mailbox | 30 Mar 2005 16:13 GMT | 4 |
Hello All, I am very new to VBScript so your help is greatly appreciated. I have been given the task of insourcing Exchange Mailbox creation and want to integrate the mailbox creation into our createuser vbscript. Here is the script I am using but the mailboxes are not getting ...
|
| EventSink did't unload | 30 Mar 2005 00:05 GMT | 3 |
I wrote an Exchange EventSink in VC++ and installed it on my system. The sink implements the OnSyncSave() method and also an own dummy method Test(). I told the component manager to unload the DLL after one minute of
|
| Send Outlook Form using SMTP | 29 Mar 2005 10:18 GMT | 1 |
In a MAPI session, I can create a message and set the Type, ConversationTopic like this msg.Type = "IPM.Note.MyForm" msg.ConversationTopic = "......"
|
| How to access Task Fields ? | 28 Mar 2005 13:09 GMT | 2 |
I am new to the exchange server development. I want to know that how should i access the task fields (such as status, start-date, due-date etc) programmatically. I am able to create and edit tasks programmaticaly using the
|
| WebDav: Folder property question | 28 Mar 2005 11:53 GMT | 7 |
Is it possible to tell if a folder has been modified, I am doing a recursive search and to speed things up I would like to skip non modified folders.
|
| can't delete appointment | 28 Mar 2005 09:43 GMT | 2 |
I Have a problem with deleting an apointment from the exchange calendar. My applications runs not on the exchange server so I choose CDO to connect to the remote exchange server. The problem is that the application executes without an error but the
|
| How to open an item in WSS? | 28 Mar 2005 05:46 GMT | 1 |
I've created a linked server to Exchange from SQL Server 2000. Everything works fine. I can query and retreive the data from the \\.\BackOfficeStorage just fine. My questions are: What fields do I have to retrieve in order to be able to open up an item?
|
| Restriction Performance | 28 Mar 2005 05:38 GMT | 1 |
I have an application which does restrictions on a Public Folder via the Outlook View Controls restrict property. I am getting inconsistant performance with this - does anyone have any tips? The folder being filtered is 10,000 items in size. Unfortunately the filter being made
|
| GetFreeBusy error | 28 Mar 2005 05:35 GMT | 1 |
Sorry in advance if this had been pointed out before, but I read lots of posts but seams that nobody is having the problem I have. I have been trying to know if some user has free time along an specified interval of time, everything works as expected until I try to do a call to
|
| Store Contact in Personal Folder as Admin | 28 Mar 2005 05:31 GMT | 1 |
I have a Webservice that has to insert contacts into personal folders of exchange users. sURL = "http://ourdomain/exchange/mathias.fritsch/contacts/". The Webservice has no access to the logindata of the User but uses the
|
| populate exchange custom fields with xml | 28 Mar 2005 05:30 GMT | 1 |
Is it possible to do the following: Designing a custom form (extension of appointment) in Exchange 2003, with some extra fields (e.g. customer, product, ...), whereas the data comes from an XML file. Thus, customer and product are comboboxes,
|
| WorkflowEventSink error when trying to create a Workflow project | 28 Mar 2005 05:29 GMT | 3 |
I have an Exchange 2003 that I want create workflow applications on. I have setup the Exchange server according to the details here: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/modcore/html/de tsksettingupserverenvironment.asp But when I try to create a project ...
|
| can't locate CDO.Person class | 27 Mar 2005 19:45 GMT | 1 |
I have a Windows2003 Server box with Exchange 2003 Management Tools (only) and Visual Studio .NET 2003 installed. I'm trying to add a contact to a Contacts folder with C# code. I've added a reference to COM module "Microsoft CDO 1.21 Library" and now MAPI namespace
|
| Access folder item error | 27 Mar 2005 19:42 GMT | 1 |
On the Exchange 2003, I have a public folder and I can post item to it. So I can access the item using the url like http://myserver/public/myfolder/TestSubject-64914409.EML. When I save a ASP file "test.asp" to this folder and access it using url
|