0
kicks
Unit Testing SmtpClient class with TypeMock AAA Syntax
To send email from Microsoft Exchange Server via code involves the use of SmtpClient objects . Since it interacts with an external exchange server, the unit tests on it is not so straightforward. Here's how Typemock AAA syntax can help.