SenderIDRecord Class

Parsed instance of the textual representation of a SenderID record

Defined in RFC 4406.

Definition

Namespace: ARSoft.Tools.Net.Spf
Assembly: ARSoft.Tools.Net (in ARSoft.Tools.Net.dll) Version: 3.6.1+aaafdcd61f068318c11734f7b3c59c69371c0549
C#
public class SenderIDRecord : SpfRecordBase
Inheritance
Object    SpfRecordBase    SenderIDRecord

Constructors

SenderIDRecord Creates a new instance of the SenderIDRecord

Properties

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.

Methods

EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets 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

See Also