summaryrefslogtreecommitdiffstats
path: root/SendGrid/SendGridMail/ISendGrid.cs
diff options
context:
space:
mode:
Diffstat (limited to 'SendGrid/SendGridMail/ISendGrid.cs')
-rw-r--r--SendGrid/SendGridMail/ISendGrid.cs6
1 files changed, 6 insertions, 0 deletions
diff --git a/SendGrid/SendGridMail/ISendGrid.cs b/SendGrid/SendGridMail/ISendGrid.cs
index 1e61610..534e644 100644
--- a/SendGrid/SendGridMail/ISendGrid.cs
+++ b/SendGrid/SendGridMail/ISendGrid.cs
@@ -164,6 +164,12 @@ namespace SendGridMail
/// <param name="headers">key substitutionValues pairs</param>
void AddHeaders(IDictionary<String, String> headers);
+ /// <summary>
+ /// Gets the list of embedded images
+ /// </summary>
+ /// <returns></returns>
+ IDictionary<string, string> GetEmbeddedImages();
+
#endregion
#region SMTP API Functions