| CertificateLastResult Property | 
            Gets a numeric code of the last error.
            
 
Namespace: MailBee.SecurityAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
 Syntax
Syntaxpublic int LastResult { get; }Public ReadOnly Property LastResult As Integer
	Get
Property Value
Type: 
Int32An integer value containing a numeric code of the last error. The default value is 0.
 Remarks
RemarksThe error code is one of constants defined in 
ErrorCodes class.
 See Also
See Also