PC Review


Reply
Thread Tools Rate Thread

List of explorers

 
 
Hichem Sarrai
Guest
Posts: n/a
 
      14th Jul 2008
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...
 
Reply With Quote
 
 
 
 
Sue Mosher [MVP-Outlook]
Guest
Posts: n/a
 
      14th Jul 2008
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...

 
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
C++ and Explorers Michael Tissington Microsoft Outlook Program Addins 5 28th Oct 2008 02:08 PM
can't use system explorers mel Anti-Spyware Installation 0 7th Mar 2005 08:45 PM
3 Explorers Rocky 2 Windows XP Basics 2 25th Jun 2004 06:58 PM
HELP: Explorers Won't Run Michael Greer Windows XP Help 3 9th Apr 2004 05:32 PM
Explorers.exe Matt Windows XP Accessibility 0 21st Feb 2004 10:23 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 01:24 PM.