Cloud Mail 2020 Python Edition

Questions / Feedback?

recent_message_count Property

Number of new messages in the Mailbox .

Syntax

def get_recent_message_count() -> int: ...

recent_message_count = property(get_recent_message_count, None)

Default Value

0

Remarks

This property contains the number of new messages that are in the mailbox. The class fills out message_count, recent_message_count, and mailbox_flags after connecting to the mail_server and selecting or examining a mailbox.

This property is read-only.

 
 
Copyright (c) 2021 /n software inc. - All rights reserved.
Cloud Mail 2020 Python Edition - Version 20.0 [Build 7718]