Share via


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 form element that is expressed using the IFormElement Interface and is also referenced by Index. This property is read-only.

Applies To

IFormElements Interface

Type Library

Exchange Web Storage System Forms 1.0 Type Library

DLL Implemented In

EXWFORM.DLL

Syntax

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

[C++]HRESULT get_Item(VARIANT IndexIFormElement** ppFormElement);

Parameters

Remarks

Index can refer to one of the following:

  • The numeric index of the item. This index number is between 1 and the value in the Count Property of the IFormElements Interface. The index is used to access Item as an array.
  • The name of the item.
  • The id of the item.

When Index refers to a string, an attempt is made to find the element with a matching id. If no such element is found, an attempt is made to find the element with a matching name.

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.