diff options
author | brandonmwest <brawest@gmail.com> | 2013-01-17 16:28:08 -0700 |
---|---|---|
committer | brandonmwest <brawest@gmail.com> | 2013-01-17 16:28:08 -0700 |
commit | 7ed2ce8a1a20bb0334b2427c68800d3ced20028e (patch) | |
tree | b74f5fad28ee083f0bcc4d0fbc0f66b48cee0516 | |
parent | f2a4a3f377da0e4a87fac63a19d451e238449c85 (diff) | |
download | sendgrid-csharp-7ed2ce8a1a20bb0334b2427c68800d3ced20028e.zip sendgrid-csharp-7ed2ce8a1a20bb0334b2427c68800d3ced20028e.tar.gz sendgrid-csharp-7ed2ce8a1a20bb0334b2427c68800d3ced20028e.tar.bz2 |
Update README.md
-rwxr-xr-x | README.md | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -36,7 +36,6 @@ myMessage.Subject = "Testing the SendGrid Library"; myMessage.Html = "<p>Hello World!</p>"; myMessage.Text = "Hello World plain text!"; ``` -For more information on all properties and methods supported by the **SendGrid** type, see [sendgrid-csharp](https://github.com/sendgrid/sendgrid-csharp) on GitHub. #How to: Send an Email |