Click or drag to resize
MimeKit

IMailFolderAccess Property

Get the read/write access of the folder.

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

Property Value

FolderAccess
The read/write access.
Remarks
Gets the read/write access of the folder.
See Also