We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8146d8 commit 8fac03eCopy full SHA for 8fac03e
1 file changed
MailKit/MailStore.cs
@@ -120,7 +120,7 @@ public abstract HashSet<ThreadingAlgorithm> ThreadingAlgorithms {
120
/// <note type="note">This property will only be available after the client has been authenticated.</note>
121
/// </remarks>
122
/// <value>The Inbox folder.</value>
123
- public abstract IMailFolder? Inbox {
+ public abstract IMailFolder Inbox {
124
get;
125
}
126
0 commit comments