| FolderInfoSeparatorCharacter Property |
Gets the folder path separator character.
Namespace:
Limilabs.Client.IMAP
Assembly:
Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax public 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
Type:
NullableCharSee Also