IPWorks S/MIME 2020 Python Edition

Questions / Feedback?

current_group Property

The name of the current group.

Syntax

def get_current_group() -> str: ...
def set_current_group(value: str) -> None: ...

current_group = property(get_current_group, set_current_group)

Default Value

""

Remarks

This property contains the name of the current group. When this property is set to a valid group name, the class sends an NNTP GROUP command to the news_server and enters the specified group. If the command is successful, first_article, last_article, and article_count are set to the reported values for the group. This property is then used for all references to articles (until changed to another group).

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks S/MIME 2020 Python Edition - Version 20.0 [Build 8154]