Platform SDK: Exchange 2000 Server |
Notes
The major version is “<5”, that means a browser before Internet Explorer 5.
The binding is “server”, that tells us that the client browser is not capable of interpreting dynamic html. We will provide HTML 3.2 code.
The < is required. <5 will not be interpreted correctly.
<resource> <href>testapp/editsalesmanreg.html</href> <prop> <b:content-class>urn:content-classes:formregistration</b:content-class> <f:binding>server</f:binding> <f:formurl>/testapp/editsalesman.html</f:formurl> <f:cmd></f:cmd> <f:contentclass>urn:content-classes:salesman</f:contentclass> <f:executeurl>/exchweb/bin/exwform.dll</f:executeurl> <f:browser>*</f:browser> <f:contentstate>*</f:contentstate> <f:language>*</f:language> <f:majorver><5</f:majorver> <f:minorver>*</f:minorver> <f:messagestate>*</f:messagestate> <f:platform>*</f:platform> <f:request>GET</f:request> </prop> </resource>