Pop3Version Property
Gets the version of the MailBee assembly.

Namespace: MailBee.Pop3Mail
Assembly: MailBee.NET (in MailBee.NET.dll) Version: 12.4 build 677 for .NET 4.5
Syntax
public string Version { get; }

Property Value

Type: String
A string which contains the version of the MailBee assembly in MajorVersion.MinorVersion.Revision.Build format.
See Also