diff options
author | Robin J <me@rbin.co> | 2014-03-28 19:12:04 +0000 |
---|---|---|
committer | Robin J <me@rbin.co> | 2014-03-28 19:12:04 +0000 |
commit | ddbdf03600227f4570af96a98ffd67d33d8b9743 (patch) | |
tree | e61629b380c3ae93c9b9975d38c3390e1ed3446f | |
parent | f647ab992d5d42ce3d42d2ec869ccce4a7f66bc2 (diff) | |
parent | 58c4f07bc5596a7f3587f0b2a9daadd65ad7a2f4 (diff) | |
download | sendgrid-csharp-ddbdf03600227f4570af96a98ffd67d33d8b9743.zip sendgrid-csharp-ddbdf03600227f4570af96a98ffd67d33d8b9743.tar.gz sendgrid-csharp-ddbdf03600227f4570af96a98ffd67d33d8b9743.tar.bz2 |
Merge pull request #53 from Xerax/master
Updated MarkDown.
-rwxr-xr-x | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -82,7 +82,7 @@ var credentials = new NetworkCredential("username", "password"); var transportWeb = Web.GetInstance(credentials); // Send the email. -transportWeb.DeliverAsync(myMessage); +transportWeb.Deliver(myMessage); ``` #How to: Add an Attachment |