Helper Library for sending emails

TestEmailIsEmail Method

Checks whether the given Email-Parameter is a valid E-Mail address.

Definition

Namespace: MbcsMail
Assembly: MbcsMail (in MbcsMail.dll) Version: 1.0.0.1 (1.0.0.1)
C#
public static bool IsEmail(
	string email
)

Parameters

email  String
Parameter-string that contains an E-Mail address.

Return Value

Boolean
True, when Parameter-string is not null and contains a valid E-Mail address; otherwise false.

See Also