Added hammock project to debug streaming issues
[pithos-ms-client] / trunk / hammock / src / net35 / Hammock.Tests / Postmark / PostmarkStatus.cs
1 namespace Hammock.Tests.Postmark
2 {
3     public enum PostmarkStatus
4     {
5         Unknown = 0,
6         Success,
7         UserError,
8         ServerError
9     }
10 }