Gets the content string of this entity.

Namespace:  Rebex.Mime
Assembly:  Rebex.Mail (in Rebex.Mail.dll)

Syntax

Visual Basic
Public ReadOnly Property ContentString As String
	Get
C#
public string ContentString { get; }

Field Value

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.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also