Click or drag to resize
MimeKit

ImapFolderConstructorArgs Class

Constructor arguments for ImapFolder.
Inheritance Hierarchy
SystemObject
  MailKit.Net.ImapImapFolderConstructorArgs

Namespace: MailKit.Net.Imap
Assembly: MailKit (in MailKit.dll) Version: 4.3.0
Syntax
C#
public sealed class ImapFolderConstructorArgs

The ImapFolderConstructorArgs type exposes the following members.

Properties
 NameDescription
Public propertyAttributes Get the folder attributes.
Public propertyDirectorySeparator Get the directory separator.
Public propertyFullName Get the full name of the folder.
Public propertyName Get the name of the folder.
Top
Methods
 NameDescription
Public methodEquals
(Inherited from Object)
Public methodGetHashCode
(Inherited from Object)
Public methodGetType
(Inherited from Object)
Public methodToString
(Inherited from Object)
Top
Remarks

Constructor arguments for ImapFolder.

The ImapFolderConstructorArgs are meant only to allow subclassing of ImapFolder by overriding the CreateImapFolder(ImapFolderConstructorArgs) method.

See Also