TIdNNTPPermission is an enumerated type that represents the posting permission granted to the NNTP client. TIdNNTPPermission is the type used for the
TIdNNTP.Permission property, and can contain one of the following values representing an associated NNTP server response:
- crCanPost - 200 server ready (posting allowed)
- crNoPost - 201 server ready (no posting allowed)
- crAuthRequired - Not used at this time.
- crTempUnavailable - 400 service discontinued
Values in TIdNNTPPermission are used to assigned the permissions granted when TIdNNTP.Connect is used to open a connection to NNTP server and read the herald message.