| IMailStoreInbox Property |
Get the Inbox folder.
Namespace: MailKitAssembly: MailKit (in MailKit.dll) Version: 4.7.1
Syntax IMailFolder Inbox { get; }
Property Value
IMailFolderThe Inbox folder.
Remarks
The Inbox folder is the default folder and is typically the folder
where all new messages are delivered.
See Also