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.MimeAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public bool SetMessageIDOnSend { get; set; }
Public Property SetMessageIDOnSend As Boolean
Get
Set
Property Value
Type:
Booleantrue 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 See Also