Imap |
public ImapFolder( ImapFolderConstructorArgs args )
Exception | Condition |
---|---|
ArgumentNullException | args is null. |
Creates a new ImapFolder.
If you subclass ImapFolder, you will also need to subclass ImapClient and override the CreateImapFolder(ImapFolderConstructorArgs) method in order to return a new instance of your ImapFolder subclass.