Click or drag to resize
MimeKit

FolderNotOpenExceptionFolderAccess Property

Get the minimum folder access required by the operation.

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

Property Value

FolderAccess
The minimum required folder access.
Remarks
Gets the minimum folder access required by the operation.
See Also