C# 클래스 MailKit.FolderNamespace

A folder namespace.
A folder namespace.
파일 보기 프로젝트 열기: jstedfast/MailKit 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
DirectorySeparator char
Path string

공개 메소드들

메소드 설명
FolderNamespace ( char directorySeparator, string path ) : System

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

Creates a new folder namespace.

메소드 상세

FolderNamespace() 공개 메소드

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.
리턴 System

프로퍼티 상세

DirectorySeparator 공개적으로 프로퍼티

The directory separator for this folder namespace.
The directory separator for this folder namespace.
public char DirectorySeparator
리턴 char

Path 공개적으로 프로퍼티

The base path for this folder namespace.
The base path for this folder namespace.
public string Path
리턴 string