Hello,
I would like to set up an agent that moves messages from one public folder to another (one level down). My problem is to get the target folder identified. The script allways moves the message to the parent folder.
Thanks for any help.
Here is my code:
<SCRIPT RunAt=Server...
A statement like
RS("Field1")=Item.UserProperties.Find("Field1").Value
needs to used for each form field you want to export to Access. In this example the field name in both, Access and Outlook form, is "Field1". But it could be different.
I am not using the...
Hi Chrisy,
I found a way. Here is my script:
Sub AddDatabaseRecord
DbOpenTable = 1
On Error Resume Next
Set Dbe = Application.CreateObject("DAO.DBEngine.36")
Set MyDB = Dbe.Workspaces(0).OpenDatabase ("C:\Archiv.mdb")
Set RS = MyDB.OpenRecordset("Archiv"...
I also checked the online help on that. I thought this feature is only for replicated files.
Thanks a lot, that will definetely do what I am looking for.
Hello,
I am new in server scripting. Can anybody help with this one? I would like to set up an agent to delete old files (outlook forms) in a public folder.
I would like to check the received date. If older then 3 months, the file should be deleted.
How should the script look like?
thanks for...
Hello,
because of printing issues of custom Outlook forms, I would like to transfer the data from the Outlook2000 form to an Excel sheet using VBscript.
Something like:
Sub Transfer_Click
'*** open custom Excel sheet
'*** copy/transfer data from Outlook to Excel
End Sub
Any help would be...
Hello,
we are using custom outlook forms with VBscript for several workflows. Within these workflows we are creating mails. When executing the command item.send the security guard pops up to ask if you really want to send this message. Unfortunately some users always click on NO.
Is there any...
Hello,
I am trying to import data from the Outlook Addressbook into a custom form in Outlook 2000 using VB Script. So far I was able to put the name into field1. But I can not read out the data from the other fields.
See the listing below
I am very thankful for any help
Stefan
Sub...
I have implemented a workflow using custom outlook forms. For archiving purpose i would like to export the data (~150 fields) to an Access database using VBScript. How can i connect to the database/recordset? And how do i add a record? Plattform is NT4 and Office 2000.
I have implemented a workflow using custom outlook forms. For archiving purpose i would like to export the data (~150 fields) to an Access database using VBScript. How can i connect to the database/recordset? And how do i add a record? Plattform is NT4 and Off2000.
Hello,
I am trying to set up a workflow using Outlook 2000 forms with VBScript. Now I have the problem, that there is nothing like in Word or Excel, to make sure that an existing form in a public folder can be opened only once with write rights.
Is there any way to use VBScript (I guess MS is...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.