|
Options |
Name |
Purpose |
|
|
|
DownloadFile (character, character)
|
Downloads a file from a specified web address to a given file
|
|
|
|
LONGCHAR DownloadString (character)
|
Downloads a string from a specified web address to a given file
|
|
|
|
LONGCHAR DownloadString (character, HttpStatus)
|
Downloads a string from a specified web address to a given file
|
|
|
|
LOGICAL EmailCheckDotAtom (character)
|
Validates that a DotAtom of an EmailAddress consists of valid
characters only.
|
|
|
|
LOGICAL EmailSplitParts (character, character, character)
|
Splits an EmailAddress into Local Part and Domain
|
|
|
|
LOGICAL EmailVerifyDomain (character, logical)
|
Verifies a Domain Name on character base and if wanted
by checking the domains MX record
|
|
|
|
LOGICAL EmailVerifyLocalPart (character)
|
Verifies a LocalPart on character base
|
|
|
|
CHARACTER HostFromUrl (character)
|
Extracts the Host portion from an URL
|
|
|
|
CHARACTER ResourceFromUrl (character)
|
Extracts the Resource portion from an http or https URL
|
|
|
|
LOGICAL ValidateEmailAddress (character)
|
Validates an Email Address by splitting it into Domain and Local Part.
|
|
|
|
LOGICAL ValidateEmailAddress (character, logical)
|
Validates an Email Address by splitting it into Domain and Local Part.
|
|
|
|
LOGICAL VerifyMXRecord (character)
|
Verifies the Domain by checking the existance of the MX record
|