MailArray object:
The MailArray
object is an array that stores VARIANTs. Items can be accessed using an
enumeration if your language supports it.
Implented Interface:
IMailArray dual interface
Properties:
| Name |
Description |
_NewEnum |
Hidden property. Gets the collection enumerator. |
Item |
Default property. Return item value. |
Count |
Gets the array items count. |
Value |
Gets or sets the set of array items. |
Methods:
| Name |
Description |
Add |
Add an item at the end of the array. |
Remove |
Remove an item. |
RemoveAll |
Remove all array items. |
See also: