Parsed instance of the textual representation of a SenderID record
Defined in RFC 4406.
public class SenderIDRecord : SpfRecordBase
Public Class SenderIDRecord
Inherits SpfRecordBase
public ref class SenderIDRecord : public SpfRecordBase
type SenderIDRecord =
class
inherit SpfRecordBase
end
SenderIDRecord | Creates a new instance of the SenderIDRecord |
MinorVersion | Minor version of the SenderID record |
Scopes | List of Scopes of the SenderID record |
Terms |
Modifiers and mechanisms of a record
(Inherited from SpfRecordBase) |
Version | Version of the SenderID record. |
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) |
IsSenderIDRecord | Checks, whether a given string starts with a correct SenderID prefix of a given scope |
ToString |
Returns the textual representation of the SenderID record
(Overrides ObjectToString) |
TryParse | Tries to parse the textual representation of a SenderID record |