hMailServer.Protocols.SMTP.SmtpServerCommandHandler.HandleHelo C# (CSharp) Method

HandleHelo() public method

public HandleHelo ( string hostName ) : Task
hostName string
return Task
        public Task<SmtpCommandReply> HandleHelo(string hostName)
        {
            return SmtpCommandReply.CreateDefault250SuccessTask();
        }