_Reminders.GetEnumerator Method
This member is inherited from the base type of the parent interface.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
<DispIdAttribute()> _
<TypeLibFuncAttribute()> _
Function GetEnumerator As IEnumerator
'Usage
Dim instance As _Reminders
Dim returnValue As IEnumerator
returnValue = instance.GetEnumerator()
[DispIdAttribute()]
[TypeLibFuncAttribute()]
IEnumerator GetEnumerator()
Return Value
Type: System.Collections.IEnumerator