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 (in MailBee.NET.dll) Version: 12.4 build 677 for .NET 4.5
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