Click or drag to resize
MimeKit

MailFolderAttributes Property

Get the folder attributes.

Namespace: MailKit
Assembly: MailKit (in MailKit.dll) Version: 4.7.1
Syntax
C#
public FolderAttributes Attributes { get; protected set; }

Property Value

FolderAttributes
The folder attributes.

Implements

IMailFolderAttributes
Remarks
Gets the folder attributes.
See Also