Gets or sets the number of body characters that are included in the signature (l=). Null means that hash is computed for entire body.

Namespace: Limilabs.Mail.DKIM
Assembly: Mail (in Mail.dll) Version: 3.0.12102.1426

Syntax

C#
public Nullable<int> Length { get; set; }
Visual Basic
Public Property Length As Nullable(Of Integer)
	Get
	Set
Visual C++
public:
property Nullable<int> Length {
	Nullable<int> get ();
	void set (Nullable<int> value);
}

See Also