Skip to content

Commit 3cd3e8e

Browse files
committed
Update Attachment.cs
resolves #8
1 parent 0983b51 commit 3cd3e8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SocketLabs/InjectionApi/Message/Attachment.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ public Attachment(string name, string mimeType, Stream stream)
134134
public string ContentId { get; set; }
135135

136136
/// <summary>
137-
/// The BASE64 encoded string containing the contents of an attachment.
137+
/// The byte array containing the contents of an attachment.
138138
/// </summary>
139139
public byte[] Content { get; set; }
140140

0 commit comments

Comments
 (0)