 | IMailStore.Inbox Property |
Get the Inbox folder.
Namespace: MailKitAssembly: MailKit (in MailKit.dll) Version: 4.10.0
SyntaxIMailFolder 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