Attachment.ContentString Property
Namespace: Rebex.Mail
Assembly: Rebex.Mail.dll (version 7.0.9083)
ContentString
Gets the content string of this attachment. Inherited from AttachmentBase.
Declaration
public string ContentString { get; }
Property Value
Type | Description |
---|---|
String | The content string of this attachment; or null if the content cannot be represented as string. |
Remarks
To set the content of this attachment, use one of SetContent(String) or SetContentFromFile methods.