| Visual Basic (Declaration) | |
|---|---|
<DefaultValueAttribute()> <BrowsableAttribute(False)> Public ReadOnly Property Delimiter As Char | |
| C# | |
|---|---|
[DefaultValueAttribute()] [BrowsableAttribute(false)] public char Delimiter {get;} | |
| Managed Extensions for C++ | |
|---|---|
[DefaultValueAttribute()] [BrowsableAttribute(false)] public: __property char get_Delimiter(); | |
| C++/CLI | |
|---|---|
[DefaultValueAttribute()] [BrowsableAttribute(false)] public: property char Delimiter { char get(); } | |
Property Value
A string representing the hierarchy delimiter used by the server.Returns the delimiter character which is used by the server to indicate mailbox hierarchy (ex. for a mailbox name "INBOX\spam", the delimiter "\" might be used).
Target Platforms: Microsoft .NET Framework 2.0
Copy Code