| Thread | Last Post | Replies |
|
| macro that checks if email is duplicate | 22 Nov 2006 13:34 GMT | 4 |
I am trying to write a macro that will inspect a certain folder, and if it contains an email that is not already in the "Saved" folder, copy that email. Right now I am having trouble identifiying an email as a duplicate item. Is there a routine taht will quickly identify two ...
|
| Coding against Out Of Office in Outlook 2007 | 22 Nov 2006 00:06 GMT | 9 |
I had originally posted in microsoft.public.outlook and it was suggested that here might be a better place. So.... ====== I recently upgraded to Outlook 2007 B2TR and have found that I can no
|
| How to get the root folder of the select store | 21 Nov 2006 15:59 GMT | 6 |
I`m searching for a method to get the root folder from the actual store (for example "\\Personal Folders") without using an explorer. Now I use "Outlook.ActiveExplorer.FolderPath" to get the root folder from this path with an own function. But my function does not work if
|
| Counting days | 21 Nov 2006 15:09 GMT | 4 |
Is it possible to count the number of days a certain label type occurs in a calendar? Regards Ian
|
| Inserting text message prior to sending. | 21 Nov 2006 14:50 GMT | 1 |
I have been asked if there is a way to automatically insert a text message at the start and/or end (after the users signature) of an email when the user elects to send the email. I think that I need to do a 'Item.Body = MyStartText & Item.Body &
|
| Outlk 2k3 Script: Find and findNext use | 21 Nov 2006 14:44 GMT | 1 |
I try to use the find funtion comapring 2 properties I want to add to my listbox all items that mileage is greater than 50000 at a specific day then pb is that ceationtime is like dd/mm/yyyy hh:mm:ss
|
| Outlk 2k3 script: How to get the name of the month | 21 Nov 2006 14:35 GMT | 2 |
I want to convert a number (from 1 to 12) to a month name tks for help
|
| yet another multiple profiles issue | 21 Nov 2006 13:48 GMT | 11 |
I use Outlook Object Model and Redemption to access calendar type folders for different outlook profiles. Next are the main steps that is use: - Create an Outlook application object.
|
| Explorer onOpen event | 21 Nov 2006 08:50 GMT | 4 |
Who could inform me on how I can run code at the open event of a (new e-mail) explorer? I need to check the value of a saved variable as soon as the user wants to compose a new e-mail message. The code I have, sits in the Outlook VBAProject.OTM. Code I have found
|
| Or in IF doesn't work... | 21 Nov 2006 06:12 GMT | 3 |
I found this function in this group, and trying to use in my macro, But I have problem with this line...
> If Contains(Item.To, "Marcus") Or Contains(Item.To, "Info") Then What is wrong?
|
| Otlk 2k3 Script: Saving Listbox | 20 Nov 2006 22:21 GMT | 6 |
I've added to my form a list box (5 columns) but the contents is not saved is there a way to save it Tks
|
| Outlk 2k3 : Publishing my form to all Outlook User | 20 Nov 2006 22:09 GMT | 3 |
How can'I do that, under SBS 2003 Tks
|
| WithEvents-Problem in compiled Com-Add-In | 20 Nov 2006 21:41 GMT | 5 |
the following code works in the VBA-Editor of Outlook: Option Explicit Private WithEvents colInsp As Outlook.Inspectors Private WithEvents objInsp As Outlook.Inspector
|
| Macros Broken, VB Editor doesn't open | 20 Nov 2006 18:14 GMT | 2 |
After attempting to create a macro of my own in Outlook 2003, one which would require to hook on to the send event at startup, something happened, and now nothing in the Macro menu opens (the editor, security, or macros).
|
| can u pls help me how to traverse through the .pst folders | 20 Nov 2006 17:47 GMT | 1 |
I am trying to traverse through the .pst folder's inbox using MAPI APIs in C++ i would be thankful if any one would help me in getting a source code to traverse through the pst folder where and all i could see the messages in the folders of the inbox, outbox and other folders ...
|