C# Class MailKit.FolderNamespace

A folder namespace.
A folder namespace.
Show file Open project: jstedfast/MailKit Class Usage Examples

Public Properties

Property Type Description
DirectorySeparator char
Path string

Public Methods

Method Description
FolderNamespace ( char directorySeparator, string path ) : System

Initializes a new instance of the T:MailKit.FolderNamespace class.

Creates a new folder namespace.

Method Details

FolderNamespace() public method

Initializes a new instance of the T:MailKit.FolderNamespace class.
Creates a new folder namespace.
/// is null. ///
public FolderNamespace ( char directorySeparator, string path ) : System
directorySeparator char The directory separator.
path string The folder path.
return System

Property Details

DirectorySeparator public property

The directory separator for this folder namespace.
The directory separator for this folder namespace.
public char DirectorySeparator
return char

Path public property

The base path for this folder namespace.
The base path for this folder namespace.
public string Path
return string