Click or drag to resize
MimeKit

MailFolderDirectorySeparator Property

Get the directory separator.

Namespace: MailKit
Assembly: MailKit (in MailKit.dll) Version: 4.3.0
Syntax
C#
public char DirectorySeparator { get; protected set; }

Property Value

Char
The directory separator.

Implements

IMailFolderDirectorySeparator
Remarks
Gets the directory separator.
See Also