| Thread | Last Post | Replies |
|
| task Views | 22 Jun 2004 14:55 GMT | 1 |
I have several task views I would like to have open when outlook starts. I currently exit outlook with 4 task windows open each with a different view. When outlook is reopened the 4 task windows are all open to the same view. Does anyone have a sample of Vb script I could import ...
|
| Does Outllok come with own dialer? | 22 Jun 2004 14:52 GMT | 1 |
I have lots of people wanted to use my dialer (Phone Dialer Pro) to dial phone numbers from within Outlook but they apparently cannot use it, complaining about Outlook dialer taking over. I do not have Outllok on my computer and I wonder if there is a method to
|
| Is item in Public Folder opened in read only format? | 22 Jun 2004 14:23 GMT | 1 |
I have a public folder which contains contacts that everyone has access to. Not everyone has permission to write to these contacts. Is it possible to find out if the item is opened read-only using vbscript? auto50322
|
| Overriding purge deleted messages-confirmation dialog | 22 Jun 2004 14:16 GMT | 1 |
I have written a macro that traps the delete key, and automaticly purges messages. Problem is that purge messages brings up and yes/no/cancel dialog. I bypass this by using sendkeys, but this isn't a good solution (the delay especially). Is there any (better) way to override the
|
| What APIs are out there? | 22 Jun 2004 13:38 GMT | 4 |
In searching the net there seems to be references to something called CDO and there is also another interface that uses Outlook.Application. Can someone clear up for me which interfaces exist and what the difference is among them?
|
| Moving Items | 22 Jun 2004 07:20 GMT | 2 |
I am having trouble with the following code. I want to move all items from the one folder to another. I can only seem to move half of the items in the folder. Is there any mistake in the code?
|
| Redemption Newmail Not always firing? | 21 Jun 2004 21:54 GMT | 6 |
I'm using office 2003 and Redemption's NewMail event to capture newmail before Outlooks Desktop Alert responds. During the event if an email has a certain subject I delete it. The problem is it seems to be firing everytime I am not viewing the inbox contents. If I'm
|
| Trapping delete event for all folders | 21 Jun 2004 21:50 GMT | 2 |
I have a macro (in ThisOutlookSession) to trap a delete mail-event. This works fine, but only for one folder (the inbox that is)... What I want is a event-trap that traps all delete mail-events. I guess I have to do some kind of recurssion using
|
| Closing Outlook | 21 Jun 2004 19:42 GMT | 3 |
Hi, can anyone help me how i can close outlook using the command line? I cannot find anything showing what the switch to close outlook
|
| ReminderFire not being trapped | 21 Jun 2004 15:36 GMT | 9 |
I'm trying to tune a VBA in Outlook 2003 that I started months ago. I can get the macro to work using the Application_Reminder within ThisOutlookSession, but I can't figure out how to trap the ReminderFire or ReminderRemove. There are a lot of examples I've
|
| How and Where to create Hidden Folder | 21 Jun 2004 15:05 GMT | 3 |
I've read messages that you can create hidden folders with CDO. Where and how do I create this folder. Can I create folders underneath this folder? I've read that you can create it under the non-IPM folders but I have not been able to get there. Can someone point me in the
|
| discovering methods and properties | 21 Jun 2004 14:58 GMT | 1 |
1. Is there a definitive online reference somewhere for the Outlook object model? 2. Is it possible to browse an object to find out what methods and properties it supports. That is, can one write code that inputs an
|
| delete form from personal forms library | 21 Jun 2004 14:40 GMT | 3 |
I have a form in my Personal forms library with a message class "IPM.Note.xxx" and with a display name "xxx" Can any body let me know how to programatically delete or hide that form using vb code
|
| How to determine if a user-defined field exists in a certain folder | 21 Jun 2004 14:15 GMT | 1 |
is it possible to determine if a user-defined field exists in a certain folder, programmatically? Thanks
|
| Printing attachments Duplex | 21 Jun 2004 12:35 GMT | 3 |
I'm not sure this is entirely possible, but would appreciate any advice. I have a user who gets emails containing large Word attachments. What he'd like, is to be able to print the email with its attachment, but printing it 2 sides per page and double sided !! (doesnt want much does
|