A Microsoft Outlook email forum. Outlook Banter

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.

Go Back   Home » Outlook Banter forum » Microsoft Outlook Email Newsgroups » Add-ins for Outlook
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

List of explorers



 
 
Thread Tools Search this Thread Display Modes
  #1  
Old July 14th 08, 10:09 PM posted to microsoft.public.outlook.program_addins
Hichem Sarrai
external usenet poster
 
Posts: 1
Default List of explorers

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  
Old July 14th 08, 11:17 PM posted to microsoft.public.outlook.program_addins
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: 11,651
Default List of explorers

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
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
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


All times are GMT +1. The time now is 08:25 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.Search Engine Friendly URLs by vBSEO 2.4.0
Copyright ©2004-2025 Outlook Banter.
The comments are property of their posters.