DotNetOpenMail 0.5.7 (beta)

MessageHeader.ToDataString Method 

The string representation of the header, as it will appear in the email.

[Visual Basic]
Public Function ToDataString() As String
[C#]
public string ToDataString();
[C++]
public: String* ToDataString();
[JScript]
public function ToDataString(): String;

Return Value

See Also

MessageHeader Class | DotNetOpenMail Namespace