| RblFilter Methods |
The RblFilter type exposes the following members.
| Name | Description | |
|---|---|---|
| Abort |
Forces MailBee to cancel all pending operations and close all opened connections
as soon as possible.
| |
| Dispose |
Closes opened network connections (if any) and releases any used system resources.
| |
| Dispose(Boolean) |
When overridden in a derived class, must release unmananged and optionally managed
resources used by the component.
| |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetRblStatusesOfIPAddress |
Gets the statuses of the given IPv4 address in the specified RBLs.
| |
| GetRblStatusesOfIPAddressAsync |
async/await version of GetRblStatusesOfIPAddress(String, String).
| |
| GetRblStatusesOfMailOriginatingIPAddress |
Gets the statuses of the IP address the given e-mail originated from, in the specified DNS RBL databases.
| |
| GetRblStatusesOfMailOriginatingIPAddressAsync |
async/await version of GetRblStatusesOfMailOriginatingIPAddress(MailMessage, Int32, String).
| |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| IsIPAddressInRbl |
Checks if the given IP address is listed in the specified DNS RBL.
| |
| IsIPAddressInRblAsync |
async/await version of IsIPAddressInRbl(String, String).
| |
| IsMailOriginatingIPAddressInRbl |
Checks if the IP address the e-mail was received from is present in DNS RBL database.
| |
| IsMailOriginatingIPAddressInRblAsync |
async/await version of IsMailOriginatingIPAddressInRbl(MailMessage, Int32, String).
| |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| OnDataReceived |
Used by MailBee to raise DataReceived event.
| |
| OnDataSent |
Used by MailBee to raise DataSent event.
| |
| OnErrorOccurred |
Used by MailBee to raise ErrorOccurred event.
| |
| OnLogNewEntry |
Used by MailBee to raise LogNewEntry event.
| |
| ResetState |
Resets the internal state of the component.
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |