Gets the content string of this attachment.

Namespace:  Rebex.Mail
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 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.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also