summaryrefslogtreecommitdiffstats
path: root/SendGrid/Example/RESTAPI.cs
diff options
context:
space:
mode:
Diffstat (limited to 'SendGrid/Example/RESTAPI.cs')
-rwxr-xr-xSendGrid/Example/RESTAPI.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/SendGrid/Example/RESTAPI.cs b/SendGrid/Example/RESTAPI.cs
index a80c536..28e9787 100755
--- a/SendGrid/Example/RESTAPI.cs
+++ b/SendGrid/Example/RESTAPI.cs
@@ -81,6 +81,8 @@ namespace Example
//set the message subject
message.Subject = "Hello World Simple Test";
+ message.AddAttachment(@"D:\att_proj\21.jpg");
+
//Utils.PrepareAttachments();
//create an instance of the SMTP transport mechanism