MimeHeaderRawContent Property |
Gets the content of the raw.
Namespace:
Aspose.Email.Mime
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntaxpublic string RawContent { get; }
Public ReadOnly Property RawContent As String
Get
public:
property String^ RawContent {
String^ get ();
}
member RawContent : string with get
Property Value
Type:
StringThe content of the raw.
See Also