RblStatus Class |
Namespace: MailBee.AntiSpam
The RblStatus type exposes the following members.
Name | Description | |
---|---|---|
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.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
IsError |
Denotes if an error occurred when making the DNS query to the RBL server.
| |
IsIPAddressInRbl |
Denotes if the IP address is blacklisted by the given DNS RBL.
| |
RblHost |
Gets the DNS RBL host name.
| |
RblReplyText |
Gets the reply from the DNS RBL with extra details regarding the reason of the IP address being blacklisted.
|
Methods like GetRblStatusesOfIPAddress(String, String) which query a number of RBLs regarding an IP address return a collection of RblStatus objects where each object represents a status for each RBL.