Click or drag to resize
MimeKit

FolderNamespace Class

A folder namespace.
Inheritance Hierarchy
SystemObject
  MailKitFolderNamespace

Namespace: MailKit
Assembly: MailKit (in MailKit.dll) Version: 4.3.0
Syntax
C#
public class FolderNamespace

The FolderNamespace type exposes the following members.

Constructors
 NameDescription
Public methodFolderNamespace Initializes a new instance of the FolderNamespace class.
Top
Methods
 NameDescription
Public methodEquals
(Inherited from Object)
Protected methodFinalize
(Inherited from Object)
Public methodGetHashCode
(Inherited from Object)
Public methodGetType
(Inherited from Object)
Protected methodMemberwiseClone
(Inherited from Object)
Public methodToString
(Inherited from Object)
Top
Fields
 NameDescription
Public fieldDirectorySeparator The directory separator for this folder namespace.
Public fieldPath The base path for this folder namespace.
Top
Remarks
A folder namespace.
See Also