Click or drag to resize
MimeKit

AccessRightSetMessageDeleted Field

The access right for adding or removing the Deleted flag to messages within a folder.

Namespace: MailKit
Assembly: MailKit (in MailKit.dll) Version: 4.3.0
Syntax
C#
public static readonly AccessRight SetMessageDeleted

Field Value

AccessRight
Remarks
Provides access to add or remove the Deleted flag from messages within the folder. It also provides access for setting the Deleted flag when appending a message to a folder.
See Also