MailBee.NET Objects 7.2

Global Members

Global overview

Public Static Properties

AutodetectPortAndSslMode Gets or sets whether MailBee should override SSL mode and/or port to use when it detects well-known mail server hostname (like gmail.com) or port number (like 995).
DefaultCulture Gets or sets the default CultureInfo to be used for string comparisons and conversions.
DefaultEncoding Gets or sets the default Encoding to be used for byte-to-string and string-to-byte conversions when no encoding is specified.
DefaultServerName Gets or sets the default mail server name to be used when no server name specified.
DefaultTimeout Gets or sets the default timeout value (in milliseconds) of all MailBee classes which allow the developer to set timeout value.
DnsMaxFailureCount Gets or sets the maximum number of seriated failures of the DNS server required in order to consider the DNS server down.
DnsNextAttemptInterval Gets or sets the amount of time (in milliseconds) the failed DNS server spends in quarantine.
DnsPort Gets or sets the port on which to communicate with DNS servers.
LicenseKey Assigns the license key.
LocalSmtpMXServerName Gets or sets the default SMTP MX server name to be used to send mail in direct send mode to the recipients whose e-mail address contains no domain part.
MaxMultiLineDataLength Gets or sets the maximum length (in bytes) of the multi-line data (request to a server or response from a server) which will be inserted into the log without truncation.
Pipelining Gets or sets whether pipelining (joining commands in batches) must be enabled by default.
PrivateDataCover Gets or sets the string to be used instead of the actual password data in the log when HidePasswords is true.
SafeMode Gets or sets whether safe mode (prefer compatibility instead of performance) must be ENABLED by default.
TcpBufSize Gets or sets the default size (in bytes) of TCP buffer.
Version Gets the version of the MailBee assembly.

Public Instance Methods

Equals (inherited from Object) Determines whether the specified Object is equal to the current Object.
GetHashCode (inherited from Object) Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetType (inherited from Object) Gets the Type of the current instance.
ToString (inherited from Object) Returns a String that represents the current Object.

Protected Instance Methods

Finalize (inherited from Object) Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
MemberwiseClone (inherited from Object) Creates a shallow copy of the current Object.

See Also

Global Class | MailBee Namespace