POP3it Pro

Email downloading made easy.

<- Back to POP3it Pro function list

POP3it_VersionAutoUpdate

Description

This function returns an Auto Update friendly Version number of POP3it Pro. The format of this version number is always exactly 8 digits long. The first two digits represent the major version of the plug-in (zero-filled). The third and fourth digits represent the minor version of the plug-in (zero-filled). The fifth and sixth digits represent the update portion of the version (zero-filled). The final two digits represent a special build number or a beta version number and will usually be zeros.

As an example, for POP3it Pro 4.1.9, the major version is 4, the minor version is 1, the update number is 9, and there is no special build or beta version defined. So, the resulting Auto Update friendly version number would be 04010900.

Return Type
Number
Format
POP3it_VersionAutoUpdate
Related Items
POP3it_Version
Example

Code:

POP3it_VersionAutoUpdate

Result:

Returns 04010900 for POP3it Pro version 4.1.9.