Property | Type | Description | |
---|---|---|---|
DirectorySeparator | char | ||
Path | string |
Method | Description | |
---|---|---|
FolderNamespace ( char directorySeparator, string path ) : System |
Initializes a new instance of the T:MailKit.FolderNamespace class. Creates a new folder namespace. |
public FolderNamespace ( char directorySeparator, string path ) : System | ||
directorySeparator | char | The directory separator. |
path | string | The folder path. |
return | System |