Represents posting permissions granted to the NNTP client.
property Permission: TIdNNTPPermission;
Permission is a read-only TIdNNTPPermission property that represents the posting permission granted to the NNTP client. Permission can contain one of the following values representing an associated NNTP server responses:
Value |
Meaning |
crCanPost |
200 server ready (posting allowed) |
crNoPost |
201 server ready (no posting allowed) |
crAuthRequired |
Not used at this time. |
crTempUnavailable |
400 service discontinued |
Permission is updated when Connect is used to open a connection and read the welcome message sent by the NNTP server.
Internet Direct (Indy) version 10.1.5
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved. Website http://www.indyproject.org. Post feedback to the Indy Documentation newsgroup. |