DotNetOpenMail 0.5.7 (beta)

EmailAddress.ToDataString Method 

Create the string representation of this email address (encoded or otherwise) 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

EmailAddress Class | DotNetOpenMail Namespace