SecureBlackbox 2020 Python Edition

Questions / Feedback?

curr_mailbox_next_uid Property

Returns the next unique identifier value.

Syntax

def get_curr_mailbox_next_uid() -> int: ...

curr_mailbox_next_uid = property(get_curr_mailbox_next_uid, None)

Default Value

0

Remarks

Returns the next unique identifier value.

Use this property to get or set the next unique identifier (corresponds to UIDNEXT status code).

This property is read-only.

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