SocketTools .NET Edition

NntpClient.NewsGroupAccess Enumeration

Specifies the newsgroup access modes that the NntpClient class supports.

This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

[Visual Basic]
<Flags>
Public Enum NntpClient.NewsGroupAccess
[C#]
[Flags]
public enum NntpClient.NewsGroupAccess

Members

Member Name Description Value
groupReadOnly The group is read-only and cannot be modified. Attempts to post articles to the newsgroup will result in an error. 0
groupReadWrite Articles can be posted to the newsgroup. Even though a newsgroup is read-write, it may require that the client authenticate before being given permission to post articles to the server. 1
groupModerated The newsgroup is moderated and articles can only be posted by the group moderator. To request that an article be posted to the newsgroup, you must email the message to the moderator. 2

Requirements

Namespace: SocketTools

Assembly: SocketTools.NntpClient (in SocketTools.NntpClient.dll)

See Also

SocketTools Namespace