diff --git a/src/SendGrid/Helpers/Mail/Model/Attachment.cs b/src/SendGrid/Helpers/Mail/Model/Attachment.cs index 92a0db625..ab8553702 100644 --- a/src/SendGrid/Helpers/Mail/Model/Attachment.cs +++ b/src/SendGrid/Helpers/Mail/Model/Attachment.cs @@ -38,7 +38,7 @@ public class Attachment public string Disposition { get; set; } /// - /// Gets or sets a unique id that you specify for the attachment. This is used when the disposition is set to "inline" and the attachment is an image, allowing the file to be displayed within the body of your email. Ex: . + /// Gets or sets a unique id that you specify for the attachment. This is used when the disposition is set to "inline" and the attachment is an image, allowing the file to be displayed within the body of your email. Ex: <img src="cid:ii_139db99fdb5c3704"></img>. /// [JsonProperty(PropertyName = "content_id")] public string ContentId { get; set; }