Click or drag to resize
MimeKit

IMailStoreInbox Property

Get the Inbox folder.

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

Property Value

IMailFolder
The Inbox folder.
Remarks
The Inbox folder is the default folder and is typically the folder where all new messages are delivered.
See Also