Click or drag to resize
MimeKit

MailStoreInbox Property

Get the Inbox folder.

Namespace: MailKit
Assembly: MailKit (in MailKit.dll) Version: 4.3.0
Syntax
C#
public abstract IMailFolder Inbox { get; }

Property Value

IMailFolder
The Inbox folder.

Implements

IMailStoreInbox
Remarks

The Inbox folder is the default folder and always exists on the mail store.

Note  Note
This property will only be available after the client has been authenticated.
See Also