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