Click or drag to resize
MimeKit

MailFolderAccess Property

Get the read/write access of the folder.

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

Property Value

FolderAccess
The read/write access.

Implements

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