MailBee.NET Objects 4.0

MessageBuilderConfig.SetDateOnSend Property

Indicates whether the current date and time should be added to the message at the moment of sending or submitting to the pickup folder.

public bool SetDateOnSend {get; set;}

Property Value

true if the current date and time should be put into Date header of the message at the very moment of sending or submitting to the pickup folder; otherwise, false. The default value is true.

Remarks

MessageBuilderConfig object cannot be used on its own. To access its members, the developer should use MailMessage.Builder property.

See Also

MessageBuilderConfig Class | MailBee.Mime Namespace | Date