MailboxSize Property

Return the size of the current mailbox in bytes.

Syntax

object.MailboxSize

The object is an expression that evaluates to an InternetMail object. The property returns a long integer value.

Remarks

The MailboxSize property returns the combined size of all of the available messages in the current mailbox.

Reading this property may require a significant amount of time to calculate the mailbox size if there are a large number of messages in the mailbox. Because it can potentially result in long delays, it is not recommended that an application calculate the mailbox size unless it is absolutely necessary.

Data Type

Integer


Copyright © 2008 Catalyst Development Corporation. All rights reserved.