Click or drag to resize
MimeKit

FolderCreatedEventArgsFolder Property

Get the folder that was just created.

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

Property Value

IMailFolder
The folder.
Remarks
Gets the folder that was just created.
See Also