Provides properties which specify SMTP server settings to be used by Smtp component for SMTP servers found through MX lookup.
For a list of all members of this type, see DirectSendServerConfig Members.
System.Object
MailBee.SmtpMail.DirectSendServerConfig
Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.
When Smtp component sends mail in direct send mode (such as when SmtpServers collection is empty while DnsServers collection is not), it finds SMTP server for each recipient domain through MX lookup against DNS server. The only information returned by the DNS server is SMTP server name and usage preference (if multiple SMTP servers can accept mail for the given domain). The properties of this class allow the developer to specify some additional settings which affect how MailBee will communicate with the SMTP server which was found through MX lookup.
To access DirectSendServerConfig object, use Smtp.DirectSendDefaults property.
Note SMTP servers manually added by the developer (i.e. SmtpServers collection) are NOT affected by any members of DirectSendServerConfig class.
Namespace: MailBee.SmtpMail
Assembly: MailBee.NET (in MailBee.NET.dll)
DirectSendServerConfig Members | MailBee.SmtpMail Namespace