  | MessagePreprocessorGetElements Method (String, String, Boolean) | 
  
    Namespace: 
   Dynamicweb.Mailing
    Assembly:
   Dynamicweb.Mailing (in Dynamicweb.Mailing.dll) Version: 5.0.4
Syntaxpublic static List<string> GetElements(
	string content,
	string element,
	bool requireAttribute
)
Public Shared Function GetElements ( 
	content As String,
	element As String,
	requireAttribute As Boolean
) As List(Of String)
Parameters
- content
 - Type: SystemString
 - element
 - Type: SystemString
 - requireAttribute
 - Type: SystemBoolean
 
Return Value
Type: 
ListString
See Also