Catalyst Internet Mail .NET

InternetMail.AppendMessage Method 

Append text to the body of the current message part.

[Visual Basic]
Public Function AppendMessage( _
   ByVal messageText As String _
) As Boolean
[C#]
public bool AppendMessage(
   string messageText
);

Parameters

messageText
A string which specifies the message text to be appended to the current message part.

Return Value

This method returns a boolean value. If the method succeeds, the return value is true. If the method fails, the return value is false. To get extended error information, check the value of the LastError property.

See Also

InternetMail Class | SocketTools Namespace