JAMS 6.x Help
CreateNewElement(String) Method


Creates a new EventEMailElement
Syntax
'Declaration
 
Protected Overloads Overrides Function CreateNewElement( _
   ByVal elementName As System.String _
) As System.Configuration.ConfigurationElement
'Usage
 
Dim instance As EventEMailCollection
Dim elementName As System.String
Dim value As System.Configuration.ConfigurationElement
 
value = instance.CreateNewElement(elementName)
protected override System.Configuration.ConfigurationElement CreateNewElement( 
   System.string elementName
)

Parameters

elementName
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

EventEMailCollection Class
EventEMailCollection Members
Overload List