Share via


Render Method

Render Method

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 Render method is called at the end of the script block in the combined ASP/EXWFORM pages. This method causes EXWFORM to return the data bound version of the form and the forms views, including any script. EXWFORM ignores any contents of the page that are denoted with ASP tags inside <% %> and <script runat="server"></script>.

Applies To

IWSSForm Interface

Type Library

Exchange Web Storage System Forms 1.0 Type Library

DLL Implemented In

EXWFORM.DLL

Syntax

[Visual Basic]Sub Render
(
    [bCallResponseEnd As Boolean],     [bReturnError As Boolean]
)

[C++]HRESULT Render (     VARIANT_BOOL bCallResponseEnd,     VARIANT_BOOL bReturnError );

Parameters

  • bCallResponseEnd
    This parameter specifies whether the call to the Render method closes the Microsoft ActiveX Data Objects (ADO) record and terminates the ASP script by calling Response.End(). FALSE returns control to the ASP script. The default value is -1, indicating TRUE. This parameter is optional.
  • bReturnError
    This parameter specifies whether the call to the Render method returns error information. The default value is 0. This parameter is optional.

Return Value

Returns S_OK if successful, or an error value otherwise.

Remarks

The Render method does not save any data to the Exchange store. If the Update method is not called, changes are lost.

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.