IPWorks S/MIME 2020 Python Edition

Questions / Feedback?

on_group_search Event

Fired for each line of group search data (during group searches).

Syntax

class SNNTPGroupSearchEventParams(object):
  @property
  def article_number() -> int: ...
  @property
  def header() -> str: ...

# In class SNNTP:
@property
def on_group_search() -> Callable[[SNNTPGroupSearchEventParams], None]: ...
@on_group_search.setter
def on_group_search(event_hook: Callable[[SNNTPGroupSearchEventParams], None]) -> None: ...

Remarks

ArticleNumber contains the number of the article within the group.

Header contains the matching header.

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