![]() |
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. |
|
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
![]()
Hi,
Is there an outlookApplication.Explorers[0]. and what is the difference with outlookApplication.Explorers[1]. When I initialize my outlook addin I do the following : if (Explorers.Count = 1) { OutlookExplorersManager.AddExplorer(this, Explorers[1]); } If Explorers[0] exists would it be more logic to write : if (Explorers.Count = 2) { OutlookExplorersManager.AddExplorer(this, Explorers[1]); } Thanks for answering... |
#2
|
|||
|
|||
![]()
No. Explorers, like other Outlook object model collections, is 1-based, not
0-based. -- Sue Mosher, Outlook MVP Author of Microsoft Outlook Programming: Jumpstart for Administrators, Power Users, and Developers http://www.outlookcode.com/jumpstart.aspx "Hichem Sarrai" wrote: Hi, Is there an outlookApplication.Explorers[0]. and what is the difference with outlookApplication.Explorers[1]. When I initialize my outlook addin I do the following : if (Explorers.Count = 1) { OutlookExplorersManager.AddExplorer(this, Explorers[1]); } If Explorers[0] exists would it be more logic to write : if (Explorers.Count = 2) { OutlookExplorersManager.AddExplorer(this, Explorers[1]); } Thanks for answering... |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Sort tasks by due date and category in to do list, daily task list | MLou | Outlook - Calandaring | 1 | June 13th 08 12:59 AM |
Outlook 2003: Is there any way of making the contacts list of asecondary mailbox appear in the address book drop down list? | QH | Outlook - Installation | 1 | May 16th 08 12:14 PM |
Alternate data source for folders/explorers (synthesizing mailitems) | freenews.netfront.net | Add-ins for Outlook | 3 | October 15th 07 10:31 PM |
Global List not Display new Secruity List and Distr List | Kevin Gal | Outlook - Using Contacts | 2 | August 15th 06 06:02 PM |
Extract email addresses from Distribution LIst in Global Address List | tthomas | Outlook and VBA | 2 | June 22nd 06 01:02 AM |