 | FolderInfoSeparatorCharacter Property |
Gets the folder path separator character.
Namespace: Limilabs.Client.IMAPAssembly: Mail (in Mail.dll) Version: 3.0.26106.1555
Syntaxpublic char? SeparatorCharacter { get; }Public ReadOnly Property SeparatorCharacter As Char?
Get
public:
property Nullable<wchar_t> SeparatorCharacter {
Nullable<wchar_t> get ();
}member SeparatorCharacter : Nullable<char> with get
Property Value
NullableChar
See Also