| Thread | Last Post | Replies |
|
| Email Registration / Scanning | 22 Oct 2005 14:34 GMT | 1 |
At my work we are using Outlook 2000 & 2003. I got an assignment to keep record of some important emails in MS-Access database. E-mail originator can be any one from the company, as he clicks send button message body should be saved in MS-Access database.
|
| 2 Textboxes' info into another textbox automatically | 21 Oct 2005 22:39 GMT | 1 |
There are two textboxes that I would like to auto populate into another, Textbox 10 and 13 into Textbox 1. outlook 2000 thanks!
|
| How to move custom Tasks columns to another Person | 21 Oct 2005 20:06 GMT | 1 |
I would like to move Tasks from a Task list in Outlook to another user and include some User Defined Columns. Any Ideas. Export the tasks and import somehow or VBA sample code would be apprecated
|
| Open Other User's Inbox Folder Using VBA | 21 Oct 2005 19:51 GMT | 1 |
I am using Outlook/Exchange 2003 and want to create VBA code to automatically open another user's Inbox. I have editor access to the other account. I would like to have code that opens the other user's inbox in the existing
|
| schedule a rule to run? | 21 Oct 2005 06:34 GMT | 1 |
is there a way (with a macro?) to run a rule on a certain folder every x number of minutes/hours?
|
| code to remove one field from hundreds of contacts | 21 Oct 2005 03:55 GMT | 1 |
I need to reomove any data from the "Job Title" field from about 500 contacts. Is there a way to do this programatically without having to export them to access, edit, and import again? I've had to do this in the past several times and a simple little program I could run would ...
|
| pkzip | 20 Oct 2005 22:21 GMT | 1 |
How to auto-PKZip before sending email?
|
| Max Length for the EntryID property? | 20 Oct 2005 19:46 GMT | 8 |
I want to know the max length for the EntryID property, Please help! Thanks Hanny
|
| Automate sending of "standard" email, with merged data | 20 Oct 2005 18:26 GMT | 3 |
Here's what I need to do: I have an Access application. When a user enters a new order to the database, they want to be able to choose to send a "welcome" email by clicking a button. This needs to be a "standard" email, BUT it needs to also
|
| Accessing the message of an appointment object? | 20 Oct 2005 18:01 GMT | 6 |
I'm trying to scan through all the items in a public calendar and can get the subject, start date and time and categories using syntax like this: Set myRecord = myCustomCalendar.Items().GetFirst msgbox( "Subject = " & myRecord.Subject )
|
| Iterating Through A Folder | 20 Oct 2005 12:48 GMT | 4 |
I can iterate through an open message's text via the follwoing declarations: Dim myOlApp As Object Dim myItem As Outlook.Inspector Dim objItem As Object
|
| Import/Export of Outlook Rules | 20 Oct 2005 12:21 GMT | 1 |
Is there a way to create a set of Outlook rules on one system and then import those rules on another system?
|
| Application.ActiveInspector.CommandBars.FindControl(, 360) Type Mismatch | 20 Oct 2005 07:31 GMT | 8 |
This is related to an earlier post. (Thanks Ken for the help) I want to open the next item in the inbox, starting at the currently open item. This code works when I have just started outlook, but sometimes gives
|
| how to convert a ms-word attactment to a file.txt | 19 Oct 2005 19:49 GMT | 5 |
I've tried several possibilities (without result) to convert ms-word attachments automatically into a text file. The SaveAs method is not available for a attachment.
|
| Send from Public Folder Account | 19 Oct 2005 19:19 GMT | 3 |
I am working on an application that will generate an Excel spreadsheet and attached it to an email message and send the email. The department this is for would like it sent from their Public Folder email address instead of the users email account. Can this be done? And how?
|