Checks if this object is correctly filled.

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

Syntax

C#
public bool IsValid(
	bool alreadySigned
)
Visual Basic
Public Function IsValid ( _
	alreadySigned As Boolean _
) As Boolean
Visual C++
public:
bool IsValid(
	bool alreadySigned
)

Parameters

alreadySigned
Type: System..::..Boolean
Specifies if this object was already used for signing (true) or you are planning to use it to sign a message (false).

Return Value

True if object is correctly filled, false otherwise.

See Also