Parsed instance of the textual representation of a SPF record
Defined in RFC 4408.
public class SpfRecord : SpfRecordBase
Public Class SpfRecord
Inherits SpfRecordBase
public ref class SpfRecord : public SpfRecordBase
type SpfRecord =
class
inherit SpfRecordBase
end
SpfRecord | Creates a new instance of the SpfRecord |
Terms |
Modifiers and mechanisms of a record
(Inherited from SpfRecordBase) |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
GetHashCode | Serves as the default hash function. (Inherited from Object) |
GetType | Gets the Type of the current instance. (Inherited from Object) |
IsSpfRecord | Checks, whether a given string starts with a correct SPF prefix |
ToString |
Returns the textual representation of a SPF record
(Overrides ObjectToString) |
TryParse | Tries to parse the textual representation of a SPF string |