Resets all properties of
Message object to defaults. Delivery Status
Notification settings (
DeliveryNotification object) are also reset.
Namespace: MailBee.SmtpMailAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 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