![]() |
| If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. |
|
|||||||
| Tags: documentation, etc, item_open, item_read |
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
Hi:
I've been unable to find any list of "Item_" Functions like Item_Open and Item_Read documented. I'd like to know what events fire when an item is opened in design mode and what fires when an item is opened in run mode. The purpose is that I need some code to run only when an item is opened in run mode but other code to run in both design and run modes when an item is opened from either a Choose form dialogue, a Design form dialogue or as a saved item. Thanks for your help. |
| Ads |
|
#2
|
|||
|
|||
|
They're all documented in the object browser (F2 in VBA and many other IDEs). Look under MailItem, AppointmentItem, etc., but there's no event specific to opening a form in design mode.
The easiest way to see what events fire when is to add each event handler to your form's code and include a MsgBox statement to tell you which event fired. -- Sue Mosher, Outlook MVP Author of Configuring Microsoft Outlook 2003 http://www.turtleflock.com/olconfig/index.htm and Microsoft Outlook Programming - Jumpstart for Administrators, Power Users, and Developers http://www.outlookcode.com/jumpstart.aspx "Culverin" wrote in message ... Hi: I've been unable to find any list of "Item_" Functions like Item_Open and Item_Read documented. I'd like to know what events fire when an item is opened in design mode and what fires when an item is opened in run mode. The purpose is that I need some code to run only when an item is opened in run mode but other code to run in both design and run modes when an item is opened from either a Choose form dialogue, a Design form dialogue or as a saved item. Thanks for your help. |
|
#3
|
|||
|
|||
|
In article ,
=?Utf-8?B?Q3VsdmVyaW4=?= wrote: I've been unable to find any list of "Item_" Functions like Item_Open and Item_Read documented. I'd like to know what events fire when an item is opened in design mode and what fires when an item is opened in run mode. The purpose is that I need some code to run only when an item is opened in run mode but other code to run in both design and run modes when an item is opened from either a Choose form dialogue, a Design form dialogue or as a saved item. Go to www.slovaktech.com and find out what Ken's latest book is, then buy it. -- Hollis Paul Mukilteo, WA USA |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Item_Open Question | Culverin | Outlook - Using Forms | 5 | August 30th 06 03:00 PM |
| Outlook and Exchange documentation translated to French | Bernard Opic [MVP] | Add-ins for Outlook | 0 | August 28th 06 04:05 PM |
| Documentation about duplicates | John | Outlook and VBA | 6 | July 21st 06 06:26 PM |
| item_open() event | יעקובי | Outlook - Using Forms | 1 | April 11th 06 02:41 PM |
| Incomplete documentation on the Outlook adm templates | Ravi Sabharanjak | Outlook - Installation | 1 | January 19th 06 01:41 AM |