PowerTCP Mail for .NET
Delimiter Property (Imap)




Gets the delimiter used to separate mailbox levels.
Syntax
Public ReadOnly Property Delimiter As Char
Dim instance As Imap
Dim value As Char
 
value = instance.Delimiter
public char Delimiter {get;}
public: __property char get_Delimiter();
public:
property char Delimiter {
   char get();
}
Remarks
Returns the delimiter character which is used by the server to indicate mailbox hierarchy (ex. for a mailbox at "INBOX\spam", "\" is returned).
See Also

Reference

Imap Class
Imap Members


PowerTCP Mail for .NET Documentation Version 4.3
© 2018 Dart Communications. All Rights Reserved.
Send comments on this topic