Names of relationships and objects must follow the following conventions:
oFolder("IFolder").FolderName
-or-
oFolder(sIFolder).FolderName
where:
sIFolder = "IFolder"
However, these guidelines are not accurate for names specified outside of quotation marks (such as property names or relationship collection names). For example, the relationship collection "RcFolderContains" below:
oFolder ("IFolder").RcFolderContains.Count
must adhere to the Microsoft® Visual Basic® naming guidelines, except that the limit is 127 characters instead of the 255 characters limit that Visual Basic allows.