Server.Misc.Email.Configure C# (CSharp) Méthode

Configure() public static méthode

public static Configure ( ) : void
Résultat void
		public static void Configure()
		{
			if ( EmailServer != null )
				_Client = new SmtpClient( EmailServer );
		}