| Thread | Last Post | Replies |
|
| Changing Contact Phone | 28 May 2004 11:03 GMT | 2 |
I am trying to write a script that will change the contacts phone numbers. I am able to display the phone number but when i try to set a new value to the businessphonenuber property it does not change.
|
| VBA scripts for rules are not running in Outlook 2003 | 28 May 2004 08:02 GMT | 1 |
I have a very simple script in ThisOutlookSession. Here it is... Sub myRule(myItem As Outlook.MailItem) MsgBox (myItem.Subject) End Sub
|
| Processing items after ItemSend? | 27 May 2004 19:55 GMT | 4 |
I'd like to do some post-processing of sent items *after* they are sent out. Is monitoring the Sent Items folder the only way? Thanks
|
| Change AutoArchive-Options | 27 May 2004 19:52 GMT | 1 |
Is there a way to change the path to the archive.pst via VBA? Martin
|
| Automating a scheduled rule | 27 May 2004 18:32 GMT | 1 |
Is there a way to automate transferring received mails at specified times in Outlook? TIA Regards
|
| Display New Distribution List Name in my table view | 27 May 2004 18:19 GMT | 1 |
I am dynamically creating a Distribution List (DL) but when I open my contact that has a default view of a table style it shows a blank row where my DL resides. I need to be able to programatically assign the name of my DL to a field in my view. Any idea how? I can type the
|
| Urgent - Word and Outlook Integration Macro | 27 May 2004 18:11 GMT | 1 |
I am trying to have it read the address into the current location and then move to the bookmark Salutation, then insert the GIVEN_NAME at that location. I can get it to do it but it brings the Outlook Address dialog box up
|
| Outlook | 27 May 2004 17:30 GMT | 1 |
Hi, I would like to save every email in my inbox and other PST files as a seperate rtf file on a Q:\ drive. i.e. each email in my in box will be saved as a rich text file with any
|
| Enable Macros | 27 May 2004 17:11 GMT | 1 |
I'm simply trying to run a macro in Outlook and when I try to run it in Visual Basic I get the message that Macros are not enabled ... how do I get them enabled so that I can test my macro?
|
| Macro executing on receipt of new mail message | 27 May 2004 16:51 GMT | 4 |
I have created a macro which I want to run when a new mail message arrives. I am using outlook 2000 and can't get this to work. Has anyone got a solution? Thanks, Paul
|
| Add a keyboard shortcut to my macro? | 27 May 2004 16:34 GMT | 3 |
Can I add a keystroke shortcut to my macro? I've looked through Help and the newsgroup, but I can't find anything. Does this mean Outlook VBA doesn't support this? Ed
|
| Current Item | 27 May 2004 05:16 GMT | 1 |
I am trying to create a macro that will be run from an individual contact window. I need this macro to create a reminder in calendar and a new task. So far so good, but I need to pull information from the contact into the task and the reminder and I don't know how to access the ...
|
| list names of attached e-mails | 27 May 2004 05:07 GMT | 1 |
Is there a way in Outlook 2000 to list names of attached e- mail file names as correlated to the e-mail?
|
| Best way to check if an appointment is deleted? | 27 May 2004 05:04 GMT | 1 |
What is the best (most efficient) way to programmatically check if an appointment is deleted (moved to the "deleted items" folder) or not? TIA Dieter
|
| Problem with Hyperlink from Access | 27 May 2004 04:41 GMT | 1 |
I have a field on an Access form that is a hyperlink. I am passing that field through to an outlook as I create a new contact but the web address is appearing twice in the outlook web page address field and looks like this http://www.test.co.uk#http://www.test.co.uk Any idea how I ...
|