You are here: Ektron Namespace > Web Services API > Ektron.Services Namespace > Classes > Form Class > Form Methods > EmailFormFieldData
Ektron CMS400.NET API Documentation
ContentsIndexHome
PreviousUpNext
Form.EmailFormFieldData Method

Sends an email, as specified in FormInfo, of the SubmittedDataXml. 

This method can be accessed through the Form.asmx file located in:

~/Workarea/webservices/WebServiceAPI/Content/Form.asmx
C#
public void EmailFormFieldData(FormData FormInfo, string SubmittedDataXml);
Visual Basic
Public Function EmailFormFieldData(FormInfo As FormData, SubmittedDataXml As string) As void
Parameters 
Description 
FormInfo 
The properties of the form associated with the data. This information may be retrieved by calling GetFormById. Value Type: Cms.FormData (Ektron.Cms.FormData)  
SubmittedDataXml 
The form data submitted in XML format. Value Type: String (System.String)  

This routine is called automatically when calling SubmitFormFieldData if SendNotification is True and the form is configured to send an email notification when data is submitted. The SubmittedDataXml is typically retrieved by calling SubmitFormFieldData.

Created with a commercial version of Doc-O-Matic. In order to make this message disappear you need to register this software. If you have problems registering this software please contact us at [email protected].
Copyright (c) 2008. All rights reserved.
What do you think about this topic? Send feedback!