Skip to content

Commit 8fac03e

Browse files
committed
Fixed nullability of MailStore.Inbox
1 parent c8146d8 commit 8fac03e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

MailKit/MailStore.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ public abstract HashSet<ThreadingAlgorithm> ThreadingAlgorithms {
120120
/// <note type="note">This property will only be available after the client has been authenticated.</note>
121121
/// </remarks>
122122
/// <value>The Inbox folder.</value>
123-
public abstract IMailFolder? Inbox {
123+
public abstract IMailFolder Inbox {
124124
get;
125125
}
126126

0 commit comments

Comments
 (0)