Dynamicweb 8 Documentation
ParseMails Method

The HTML.
Parses e-mail addresses found in passed markup.
Syntax
'Declaration
 
Public Function ParseMails( _ 
   ByVal valueHtml As String _ 
) As String
public string ParseMails( 
   string valueHtml 
)

Parameters

valueHtml
The HTML.

Return Value

The html with parsed e-mail addresses
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

OutputReplacer Class
OutputReplacer Members

Send Feedback