SendMailJobPreferXSenderXReceiver Property |
Gets if "X-Sender" and "X-Receiver" message headers have priority over any other method of specifying sender and recipients for this message.
Namespace: MailBee.SmtpMailAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public bool PreferXSenderXReceiver { get; }
Public ReadOnly Property PreferXSenderXReceiver As Boolean
Get
Property Value
Type:
Booleantrue if "X-Sender" and "X-Receiver" message headers have priority over any other method of
specifying sender and recipients for this message; otherwise,
false. Not defined for jobs which are not "send e-mail from file" jobs.
Remarks See Also