This topic has not yet been rated - Rate this topic

IFormElement Interface

Exchange Server 2003
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.

NameDescription
AttributesThe 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.
EndTagThe EndTag property returns true if the form element has a closing tag. This property is read-only.
ErrorStringThe 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.
InnerTextThe InnerText property is used to get and set text between the opening and closing tags in a form element.
TagMarkupThe TagMarkup property returns the complete HTML of the element's opening tag. This property is read-only.
TagNameThe 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.

VisibleThe 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.

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.