RblFilter Methods

The RblFilter type exposes the following members.

Methods
  NameDescription
Public methodAbort
Forces MailBee to cancel all pending operations and close all opened connections as soon as possible.
Public methodDispose
Closes opened network connections (if any) and releases any used system resources.
Protected methodDispose(Boolean)
When overridden in a derived class, must release unmananged and optionally managed resources used by the component.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodCode exampleGetRblStatusesOfIPAddress
Gets the statuses of the given IPv4 address in the specified RBLs.
Public methodGetRblStatusesOfIPAddressAsync
Public methodCode exampleGetRblStatusesOfMailOriginatingIPAddress
Gets the statuses of the IP address the given e-mail originated from, in the specified DNS RBL databases.
Public methodGetRblStatusesOfMailOriginatingIPAddressAsync
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodCode exampleIsIPAddressInRbl
Checks if the given IP address is listed in the specified DNS RBL.
Public methodIsIPAddressInRblAsync
async/await version of IsIPAddressInRbl(String, String).
Public methodCode exampleIsMailOriginatingIPAddressInRbl
Checks if the IP address the e-mail was received from is present in DNS RBL database.
Public methodIsMailOriginatingIPAddressInRblAsync
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodOnDataReceived
Used by MailBee to raise DataReceived event.
Protected methodOnDataSent
Used by MailBee to raise DataSent event.
Protected methodOnErrorOccurred
Used by MailBee to raise ErrorOccurred event.
Protected methodOnLogNewEntry
Used by MailBee to raise LogNewEntry event.
Public methodResetState
Resets the internal state of the component.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also