|  | Imap | 
 Inheritance Hierarchy
Inheritance Hierarchy Syntax
Syntaxpublic sealed class ImapFolderConstructorArgs
The ImapFolderConstructorArgs type exposes the following members.
 Properties
Properties| Name | Description | |
|---|---|---|
|  | Attributes | Get the folder attributes. | 
|  | DirectorySeparator | Get the directory separator. | 
|  | FullName | Get the full name of the folder. | 
|  | Name | Get the name of the folder. | 
 Methods
Methods| Name | Description | |
|---|---|---|
|  | Equals | (Inherited from Object) | 
|  | GetHashCode | (Inherited from Object) | 
|  | GetType | (Inherited from Object) | 
|  | ToString | (Inherited from Object) | 
 Remarks
RemarksConstructor arguments for ImapFolder.
The ImapFolderConstructorArgs are meant only to allow subclassing of ImapFolder by overriding the CreateImapFolder(ImapFolderConstructorArgs) method.
 See Also
See Also