| Thread | Last Post | Replies |
|
| how to set the time stamp for outlook digital signature reliable | 11 Mar 2006 05:51 GMT | 4 |
Hi dear all, I would like to be able to inject a reliable time stamp (which I get from a reliable NTP server) into the outlook email digital signature & encryption process instead of the local time stamp which is the normal behavior.
|
| Importing Tasks from Access on startup | 10 Mar 2006 17:35 GMT | 7 |
I've got some vba code setup to import tasks from an access table upon outlook starting, but I need to add code to compare the task items to make sure that they aren't duplicated. Below is the code that I have. I would appreciate any help offerred and if there is a better code ...
|
| Finding Calendar items | 10 Mar 2006 16:35 GMT | 4 |
Sorry to place this in 2 places on Access Groups but wasn't sure which SME areas to place question. I am trying to locate an item in Outlook Calendar folder using Access VBA. I know the subject and the date of the appointment and that it is an All Day
|
| Default New Field to appear on New Sub Folders | 10 Mar 2006 05:28 GMT | 1 |
I have a user that wants to add a field to display on a folder. I've shown them how to do this. However they want this to default for any new sub folders that they create. Does anyone know of a way to do this? Hopefully without any need for
|
| How to check an Outlook mail's *edit mode*? | 09 Mar 2006 19:44 GMT | 2 |
How to check if the ActiveInspector.CurrentItem is in *edit mode? (it's only my terminology) I would like to simply insert a text into the body of the currently opened mail (by clicking a toolbar button).
|
| Message Rule Does Not Run VBA Procedure | 09 Mar 2006 18:47 GMT | 18 |
Created a message rule to check for a message with an attachment from a specific sender. I set the rule to run a procedure I had created based on info I saw here and elsewhere. Everything worked fine initially. It even worked on a friend's PC, for whom I created the procedure.
|
| Outlook 2003: Tasks as expandable nodes | 09 Mar 2006 18:01 GMT | 5 |
Can "Tasks" be configured as expandable nodes that contain sublevels? If Outlook 2003 does not support this feature natively, can it be programmed? Any suggestions and sample codes will be appreciated. Any book that discuss this requirement?
|
| Get Appointment Fields | 09 Mar 2006 16:59 GMT | 4 |
Hi Guys... I get errors when I try access any of the following fields in the calendar folder... Other like the subject and body etc... work fine. **Method 'Duration' not supported by automation object.
|
| changing outlook default appointment layout. | 09 Mar 2006 14:50 GMT | 3 |
I've got to check out wether it's possible to vhange the default layout of the new appointment in outlook 2000, 2003. What I want is, when I open the calendar i.e in oullok 2003 and click new appointment. I get up a default form where I can adjust time and so on. I
|
| Sessions and Variables | 09 Mar 2006 14:35 GMT | 1 |
Is it wise to connect to an RDOSession on startup and leave it running for the duration of my application, or would it be better to connect and logon each time I want to do something. Also, when my program runs for the first time, I globally store all the
|
| vba to change font of notes | 09 Mar 2006 06:51 GMT | 3 |
Is there some code I could use that would loop through all my contacts and change the font type and size of the note field? Right now, they all have different sizes and types, and it makes it hard reading. thanks,
|
| Outlook 2000 and Message Options window | 09 Mar 2006 06:37 GMT | 1 |
Is there a way to programmatically display the MESSAGE OPTIONS window for a message from VBA. Example code would be great... This is the window you get when you (right-click) on a message and select OPTIONS from the popup menu.
|
| How to define a folder object given its pathname | 08 Mar 2006 22:07 GMT | 2 |
How do I set a folder object to a folder from only its pathname? I am trying to make a simple brute force routine for moving folders based on a message box input. At first (not a good programmer), I am defining a set of hard-coded folders (e.g. within a personal PST) based on the ...
|
| Setting the auto-archiving folder via script | 08 Mar 2006 08:26 GMT | 2 |
Bonjour from France, I'm trying to write a script (in javascript) to be added to the logon script of the users of the company I'm working in. This script will have to set a different auto-archiving folder than the one
|
| create meeting request from another mailbox in VBA? | 07 Mar 2006 19:09 GMT | 1 |
If I have delegate access to another mailbox, can I create a meeting request from that mailbox using VBA? Would it help if I got Owner access? I saw some mention of using CDO to read the property, but nothing on setting it. At first I thought it would be just like adding the From ...
|