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.SmtpMail
Assembly: MailBee.NET (in MailBee.NET.dll) Version: 12.4 build 677 for .NET 4.5
Syntax
public bool PreferXSenderXReceiver { get; }

Property Value

Type: Boolean
true 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
This property provides access to the value of preferXSenderXReceiver parameter of AddJob(String, String, Boolean, String, EmailAddressCollection) method call which was used to create this job.
See Also