MailKit Documentation
MailKit Documentation
API Reference
MailKit
FolderNotFoundException Class
FolderNotFoundException Constructor
FolderNotFoundException Constructor (String)
FolderNotFoundException Constructor (SerializationInfo, StreamingContext)
FolderNotFoundException Constructor (String, String)
FolderNotFoundException Constructor (String, String, Exception)
FolderNotFoundException Constructor (String)
Initializes a new instance of the
FolderNotFoundException
class.
Namespace:
MailKit
Assembly:
MailKit (in MailKit.dll) Version: 3.0.0
Syntax
C#
Copy
public
FolderNotFoundException
(
string
folderName
)
Parameters
folderName
Type:
System
String
The name of the folder.
Exceptions
Exception
Condition
ArgumentNullException
folderName
is
null
.
Remarks
Creates a new
FolderNotFoundException
.
See Also
Reference
FolderNotFoundException Class
FolderNotFoundException Overload
MailKit Namespace
Copyright © 2013-2021 Jeffrey Stedfast
Send comments on this topic to
Jeffrey Stedfast