IPWorks S/MIME 2020 Python Edition

Questions / Feedback?

overview_range Property

A range for the GroupOverview method (first-last).

Syntax

def get_overview_range() -> str: ...
def set_overview_range(value: str) -> None: ...

overview_range = property(get_overview_range, set_overview_range)

Default Value

"-"

Remarks

This property specifies a range of articles for which to retrieve article overviews from the server. The format is 'first-last' where first is "" (empty string) or a positive number, and last is "" (empty string), a positive number, or the token end.

The default value of this property is '-', meaning 'all articles in the group'.

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