Skip to content

URIHelpers.EMailAddress.Operator_Convert

Andrew Lambert edited this page Jun 13, 2017 · 2 revisions

URIHelpers.EMailAddress.Operator_Convert

Method signature

 Sub Operator_Convert(Address As String)

Remarks

Call this method in lieu of the Constructor. Pass the e-mail address (or mailto: URI) string.

Example

  Dim email1 As URIHelpers.EMailAddress = "[email protected]"
  Dim email2 As URIHelpers.EMailAddress = "mailto:[email protected]?subject=""Hello, world!!"""
Clone this wiki locally