Dart Smtp, Pop, Imap Controls
Remove Method
String or Long. Specifies a substring to search for or an index into the collection.
Description
Remove and return a String from the collection
Syntax
Visual Basic
Public Function Remove( _
   ByRef Index As Variant _
) As String
Parameters
Index
String or Long. Specifies a substring to search for or an index into the collection.
Return Value
Returns a copy of the string removed.
Remarks

When Index is a Long, it must be between one and Count. When Index is a string, the first string in the collection matching all the characters of the specified substring is returned (both strings are compared starting with the left-most character and is case insensitive).

Error Codes

This method may generate the following error code (refer to MailErrorConstants for a complete list of error codes):

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