Click or drag to resize
MimeKit

IMailSpoolCount Property

Get the number of messages available in the message spool.

Namespace: MailKit
Assembly: MailKit (in MailKit.dll) Version: 4.3.0
Syntax
C#
int Count { get; }

Property Value

Int32
The message count.
Remarks

Gets the number of messages available in the message spool.

Once authenticated, the Count property will be set to the number of available messages in the spool.

See Also