I am just trying to use some inspectors to get a feel for them, and whenever
I get an inspector, either from an exisiting item or from an item I create in
my program, and I call the Activate() method on it, it opens a new inspector
window. Is there any way to get the Inspector to stay in the main Outlook
window?
Thanks
Sue Mosher [MVP-Outlook] - 19 Aug 2004 14:10 GMT
Well, that's what Activate does -- it displays the window for that Inspector
object.

Signature
Sue Mosher, Outlook MVP
Author of
Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx
>I am just trying to use some inspectors to get a feel for them, and
>whenever
[quoted text clipped - 6 lines]
>
> Thanks
Appian Brendan - 19 Aug 2004 14:43 GMT
I also have the same question for explorers. When I call Display() on a
MAPIFolder to show it's explorer in a new explorer (which brings up an
entirely new instance of Outlook). Is there anyway to just redirect Outlook
to display the explorer that I'm retrieving?
Thanks
> I am just trying to use some inspectors to get a feel for them, and whenever
> I get an inspector, either from an exisiting item or from an item I create in
[quoted text clipped - 3 lines]
>
> Thanks
Sue Mosher [MVP-Outlook] - 19 Aug 2004 15:53 GMT
Set Explorer.CurrentFolder = yourMAPIFolder

Signature
Sue Mosher, Outlook MVP
Author of
Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx
>I also have the same question for explorers. When I call Display() on a
> MAPIFolder to show it's explorer in a new explorer (which brings up an
[quoted text clipped - 15 lines]
>>
>> Thanks