MessageBuilderConfigSetMessageIDOnSend Property
Indicates if Message-ID header should be set to a new unique value and added to the message at the moment of sending or submitting to the pickup folder.

Namespace: MailBee.Mime
Assembly: MailBee.NET.45 (in MailBee.NET.45.dll) Version: 10.0.45.502
Syntax
public bool SetMessageIDOnSend { get; set; }

Property Value

Type: Boolean
true if a new unique Message-ID should be added to the message at the 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