_NewEnum MailArray Property:
Hidden. Returns an IEnumVARIANT interface
pointer.
Syntax:
[C++]
HRESULT get__NewEnum(IEnumVARIANT **ppEnum);
Remark:
The IEnumVARIANT interface is used by low level
language like C++ to enumerate collection items. High level language do
not use this interface directly, but automatically throught their
enumeration implementation (For Each in VB). Array
items cannot be added, removed or modified during an enumeration.
See also: