IFormElement Interface

IFormElement Interface

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. IFormElement interface is used with the IFormElements Interface to programmatically access elements and property values.

CLSID

B33265D1-DE27-4ED6-A512-133D947EB7B6

Extends

IDispatch

Type Library

Exchange Web Storage System Forms 1.0 Type Library

DLL Implemented In

EXWFORM.DLL

Member Summary

The following table lists the properties of the IFormElement interface.

Name Description
Attributes The Attributes collection returns the collection of attributes in the element's opening tag that is expressed through the IFormAttributes collection. This collection is read-only.
EndTag The EndTag property returns true if the form element has a closing tag. This property is read-only.
ErrorString The ErrorString property is used to get and set an error string on a form element. This property is primarily used when the validation script finds an error in the form when the form is submitted to the server for processing.
InnerText The InnerText property is used to get and set text between the opening and closing tags in a form element.
TagMarkup The TagMarkup property returns the complete HTML of the element's opening tag. This property is read-only.
TagName The TagName property returns the name of the tag. This property is read-only.
Value

The Value property is set and retrieved by the value of the field in the fields collection with the same name that is used to index the item.

Setting the property attempts to set the value of the field in the fields collection with the same name as used to index this item. If this fails, it is not a bound field. In any case, the markup is always changed.

Getting the property attempts to retrieve the value of the field in the fields collection with the same name as used to index this item. If this fails, an empty string is returned.

Visible The Visible property is used to control if the HTML is visible or hidden.

Remarks

An element refers to an HTML element or tag. A property refers to an Exchange store item that is bound to an Exchange Web form.

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

This topic last updated: June 2004

Build: June 2007 (2007.618.1)

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