Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/SendGrid/Helpers/Mail/Model/Attachment.cs
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public class Attachment
public string Disposition { get; set; }

/// <summary>
/// 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>.
/// 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: &lt;img src="cid:ii_139db99fdb5c3704"&gt;&lt;/img&gt;.
/// </summary>
[JsonProperty(PropertyName = "content_id")]
public string ContentId { get; set; }
Expand Down