IPWorks S/MIME 2020 Python Edition

Questions / Feedback?

check_date Property

The date (format YYMMDD HHMMSS) to check for creation of new groups. If the group was created after the date specified, it is considered new.

Syntax

def get_check_date() -> str: ...
def set_check_date(value: str) -> None: ...

check_date = property(get_check_date, set_check_date)

Default Value

"000101 000000"

Remarks

This property contains the date (format YYMMDD HHMMSS) to check for creation of new groups. If the group was created after the date specified, it is considered new. The value of this property is used as an argument for the list_new_groups method.

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