Dart Smtp, Pop, Imap Controls
All Property
Description
Concatenates and returns all the strings in the collection. Delimiter is inserted between each string in the collection.
Property type
Read-only property
Syntax
Visual Basic
Public Property All As String
Remarks

Read-only. For example, if the Delimiter is ":" and the strings in the collection are "ab", "cd", and "ef", then this property returns "ab:cd:ef".

The All property takes linear (O(n)) time for strings of less than 50kB, and O(n*size/50kB) for longer strings, where n is the number of independent strings and size is the size of the resultant string in kB.

See Also

DartStrings Collection  | DartStrings Members


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