SmtpResetMessage Method
Resets all properties of Message object to defaults. Delivery Status Notification settings (DeliveryNotification object) are also reset.

Namespace: MailBee.SmtpMail
Assembly: MailBee.NET (in MailBee.NET.dll) Version: 12.4 build 677 for .NET 4.5
Syntax
public void ResetMessage()
Remarks
This method can be used if multiple messages are sent using the same instance of Smtp component, and the developer needs to clear the message properties prior to composing next message in a series.
See Also