Item Property

Item Property

This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.

The Item property returns the BodyPart object specified by the index. This property is read-only.

Applies To

RootNode Interface

Syntax

[Visual Basic]Property Item(Index As Variant) As RootNode

[C++]HRESULT get_Item(VARIANTIndex_RootNode** pVal);

Parameters

  • Index
    Returns the value of the collection index as a reference to a VARIANT.
  • pVal
    Returned reference to a _RootNode Interface.

Remarks

Item is the default member on the interface.

Example

The following example enumerates the RootNodes collection using the Item property.

[Visual Basic]

Dim rns As RootNodes Set rns = EXTV1.GetRootNodes For x = 1 To rns.Count MsgBox rns.Item(x).url Next

Send us your feedback about the Microsoft Exchange Server 2003 SDK.

Build: June 2007 (2007.618.1)

© 2003-2006 Microsoft Corporation. All rights reserved. Terms of use.