MailKit Documentation
MailKit Documentation
API Reference
MailKit
FolderCreatedEventArgs Class
FolderCreatedEventArgs Constructor
FolderCreatedEventArgs Properties
FolderCreatedEventArgs Methods
Folder
Created
Event
Args Constructor
Initializes a new instance of the
FolderCreatedEventArgs
class.
Namespace:
MailKit
Assembly:
MailKit (in MailKit.dll) Version: 4.7.1
Syntax
C#
Copy
public
FolderCreatedEventArgs
(
IMailFolder
folder
)
Parameters
folder
IMailFolder
The newly created folder.
Exceptions
Exception
Condition
ArgumentNullException
folder
is
null
.
Remarks
Creates a new
FolderCreatedEventArgs
.
See Also
Reference
FolderCreatedEventArgs Class
MailKit Namespace
Copyright © 2013-2023 Jeffrey Stedfast
Send comments on this topic to
Jeffrey Stedfast