MailBee.NET Objects 7.2

Smtp.ResetMessage Method 

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

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

Smtp Class | MailBee.SmtpMail Namespace