| Thread | Last Post | Replies |
|
| How to automatically forward all incoming and outgoing msgs to a u | 18 Jan 2005 16:29 GMT | 3 |
Is there an easy way to automatically forward a copy of all incoming and outgoing emails to a designated user? I need a short-term, quick solution for auditing all incoming and outgoing emails for the organization. Any ideas would be appreciated.
|
| outlook macro - Forward eMail (with attachments) | 18 Jan 2005 13:29 GMT | 1 |
I am looking for a sample Macro for Outlook. I want to forward the email received in my account to another account. The forward must be as an attachment. PS, I already tried the rules zizard but it does not work. I only forwards
|
| Search by Alias to get Full Name | 18 Jan 2005 12:28 GMT | 1 |
Using Outlook 2003 in a Windows based LAN environment, I need to programatically obtain Full Names from the address book using Alias (5 character User ID) as the search criteria. The list of UserID's I will be using are stored in an Access Database. I really need the syntax for ...
|
| Print a contact's address to an envelope? | 17 Jan 2005 23:31 GMT | 1 |
I would like to be able to trigger the print of a contact's address information onto an envelope through Word's envelope printing mechanism directly from Outlook Here's what I'm currently doing: From Outlook's Contact Manager, a contact
|
| Send Item Box | 17 Jan 2005 23:26 GMT | 1 |
i have made a public folder with an email-adress xyz@xyz.de. If a User answers to a mail from this folder the send message should not be saved in his standard folder 'sent items', but in a sub folder
|
| I added a pst file, and don't know how to delete it. | 17 Jan 2005 22:20 GMT | 1 |
I added test.pst file as below and don't know how to delete it. olNameSpace.AddStore "c:\test.pst" Thank you. ^^
|
| Is there an alternate, faster method of searching large numbers of contacts | 17 Jan 2005 21:24 GMT | 5 |
I've got a user defined dialog box to call up addresses like the addressbook, but will allow me to insert the other addresses, not just the mailing address. Based on the way many others have done this, I used an array, but I have
|
| Outlook 2003 Schema | 17 Jan 2005 21:00 GMT | 1 |
Is there a place on the web that describes the schema for Outlook data, especially Journal and Calendar data? I am trying to write some reports on the Office 2003 Journal file using the Crystal Reports that come with Visual Studio.Net and it shows some of the
|
| I want to save each email items into files | 17 Jan 2005 19:46 GMT | 1 |
Here is my pseudo-like code. -------------------------------------------- if olItem.BodyFormat = olHtml then olItem.SaveAs olItem.entryID, olHtml
|
| Does 'AddStore' function add always at the end? | 17 Jan 2005 19:13 GMT | 2 |
If I use AddStore or AddStoreEx function to open another pst file, does it add that always at the end? for example, If i have 2 folders, and add another pst file can I access the added folder with index 3(2 + 1)?
|
| access conditional formating | 17 Jan 2005 19:12 GMT | 1 |
I'm creating a report, and would like to format a certain field, based on a diferent control. The conditional formating that access provides only lets you format the control. How do i set that up?
|
| OLK2K3: Exporting Outlook field data to either Access DB or CSV fi | 17 Jan 2005 18:39 GMT | 4 |
Anyone have any code snippets/examples that will loop through a Public Folder and extract the Form Field contents from each item and then write/export that data to either an Access DB or CSV file? Thank in Advance!
|
| HOW TO: COM("Outlook.Application")->oMailItem->FullHeader | 17 Jan 2005 07:33 GMT | 1 |
Please dont tell me using CDO src of my PHP Application avaiable on: http://www.geocities.com/satyaagus/objOutlook.Application.html
|
| Contact User-defined fields | 16 Jan 2005 22:35 GMT | 10 |
Is there a way to make a text user-defined field that has a drop down menu? I am trying to make a field that has a system version for each contact. I would like to be able to choose from a list of systems.
|
| Reply-and-delete function in Outlook | 16 Jan 2005 22:13 GMT | 1 |
Dear sir, I am a CEO of a software company (.net based CMS system Digimaker) and I receive a lot of emails daily. After replying to a message I have to manually delete it from my inbox. In other email clients they often have the function
|