DartStrings Collection : Find Method |
Visual Basic |
---|
Public Function Find( _ ByVal SubString As String, _ Optional ByRef StartAfter As Variant _ ) As String |
When specifying StartAfter, use an index between 0 and one less than the collection's Count property. Specifying a value of 0 (the default) starts with the first string in the collection.
This method may generate the following error code (refer to MailErrorConstants for a complete list of error codes):