PowerTCP Mail for .NET
Delimiter Property
See Also  Send comments on this topic.
Dart.PowerTCP.Mail Namespace > Imap Class : Delimiter Property




Gets the delimiter used to separate mailbox levels.

Syntax

Visual Basic (Declaration) 
<DefaultValueAttribute()>
<BrowsableAttribute(False)>
Public ReadOnly Property Delimiter As Char
Visual Basic (Usage)Copy Code
Dim instance As Imap
Dim value As Char
 
value = instance.Delimiter
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.

Remarks

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).

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

Documentation Version 3.2
© 2010 Dart Communications. All Rights Reserved.