Example #1
0
        public async Task NotSupported()
        {
            var channel = new MockSmtpChannel();
            var command = new VerifyCommand(channel);
            await command.ExecuteAsync(CancellationToken.None);

            SmtpTestHelper.AssertResponse(channel, SmtpReplyCode.CannotVerify);
        }