The ushort keyword is an integral type.
Range: 0 to 63535
Example:
byte k = 63535; // ok
k = 63536; // Error send failed, exception: javax.mail.MessagingException: Could not connect to SMTP host: , port: 25;
nested exception is: java.net.SocketException: Network is unreachable: connect