AttachedFile.Text

AttachedFile.Text property

Gets or sets the text representation of the embedded file. The string MUST NOT contain any characters of the value 10 (line feed) or 13 (carriage return).

public string Text { get; set; }

See Also