Write the message content
[Visual Basic] Function WriteData( _ ByVal str As String _ ) As SmtpResponse [C#] SmtpResponse WriteData( string str ); [C++] SmtpResponse* WriteData( String* str ); [JScript] function WriteData( String str ): SmtpResponse;