You are here: Ektron Namespace > .NET Assemblies > Ektron.Cms.API Namespace > Ektron.Cms.API.Content 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.

C#
public EmailFormFieldData(FormData FormInfo, String SubmittedDataXml);
Visual Basic
Public Sub EmailFormFieldData(ByVal FormInfo As FormData, ByVal SubmittedDataXml As String)
Parameters 
Description 
FormInfo 
The properties of the form associated with the data. This information may be retrieved by calling GetFormById. Value Type: Ektron.Cms.FormData  
SubmittedDataXml 
The form data submitted in XML format. Value Type: 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!