| Thread | Last Post | Replies |
|
| App events behave differently in diff. versions | 04 Dec 2003 17:52 GMT | 1 |
I'm using the code listed below in Excel98 to trap workbooks opening - so I can do a scan for invalid data. This code works fine except for workbooks created and attached to Outlook97 messages - I'm currently using Office98 and all spreadsheets attached using 98 and 2000 work
|
| adding personal folder | 04 Dec 2003 17:45 GMT | 3 |
New to outlook dev, and much to learn.. Is it possible to add a personal folder (a pst file on a local hard drive) programmatically, and save a message to the personal folder, also programmatically, when "send" button is pressed on a extended message
|
| AppointmentItem Events | 04 Dec 2003 14:46 GMT | 1 |
I need to prevent changes to appointment items once the item has been assigned to a certain category. I've tried using the ItemChange event to close the appointment without saving changes but it does not work. I've also tried to access the
|
| private sub ContactItem_write | 04 Dec 2003 14:45 GMT | 7 |
I want to link some fields from Outlook to Access when a contact item i saved. But the private sub does not start. I am only able to do thi when I store the macro in a form using VBScript but then I am not abl to link with Access.What do I have to do to make a macro start when
|
| How to add a mailbox macro ? | 04 Dec 2003 14:43 GMT | 1 |
I would like to add a mailbox to a users profile using a macro that fires on application startup, however I cant find any code example of adding a mailbox to the users profile.
|
| Macros | 04 Dec 2003 14:42 GMT | 1 |
Does anyone know how to write a macro that, when opening Outlook, would delete suppressed messages and empty the Trash folder? Thanks,
|
| objInboxItems_ItemAdd | 04 Dec 2003 14:40 GMT | 1 |
I want to set up a simply test project: at Inbox, when new email will arrive, then simply message will be displayed : ThisOutlookSession :
|
| Tools > Macro > Security | 04 Dec 2003 14:36 GMT | 1 |
When I open Outlook XP and go to Tools > Macro > Security, then click on the Trusted Sources tab, the option "Trust access to Visual Basic Project" is not enabled. Does anyone know how I can get this box checked?? Your help
|
| Scripting the Rules Wizard? | 04 Dec 2003 14:34 GMT | 1 |
I know there is a new feature in OLK2003 to execute custom scripts in rules. But is it possible to script the rules wizard itself? This means to wite a script which creates a rule? Or is there any other way to
|
| Runtime error | 04 Dec 2003 14:32 GMT | 1 |
I tried working on a vb form in a vb application. But upon clicking on a list box , the eroor runtime error 380 invalid property value popped up and upon clicking on OK
|
| Adding to the current date | 04 Dec 2003 13:50 GMT | 1 |
I have created a template in Outlook 97. One of the fields is "Sent" another is a user define field called "Due". I want "Due" to be equal to "Sent plus 2 days but I am having no luck getting this.
|
| email verification | 04 Dec 2003 12:26 GMT | 2 |
Is there a way to programmatically check that an email address is valid using OL's own email resolution? thanks in advance
|
| how can I get a listing... | 04 Dec 2003 07:22 GMT | 1 |
I would like to get a list of the Calender Items that are past due, that have not been dismissed. Is there a way I can furthermore get ones that have been set to a certain catigory?
|
| Why Did Microsoft Shortchange Outlook VBA Objects | 04 Dec 2003 00:55 GMT | 1 |
The other core Microsoft products have access to a much richer set of objects than Outlook. Is there a particular reason that Microsoft chose to be so thrifty with the Outlook environment? And is this going to change for future releases.
|
| Outlook 2003 web page question | 03 Dec 2003 21:17 GMT | 2 |
Hey All I've created a webpage, containing my email folders, but is it possible to actually show the mail content, in the webpage,. S? when i click an email, it shows in a dedicated table ?
|