Conflicts.GetFirst Method

Returns the first object in the Conflicts collection.

Namespace:  Microsoft.Office.Interop.Outlook
Assembly:  Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)

Syntax

'Declaration
Function GetFirst As Conflict
'Usage
Dim instance As Conflicts
Dim returnValue As Conflict

returnValue = instance.GetFirst()
Conflict GetFirst()

Return Value

Type: Microsoft.Office.Interop.Outlook.Conflict
A Conflict object that represents the first object contained by the collection.

Remarks

Returns Nothing if no first object exists, for example, if there are no objects in the collection.To ensure correct operation of the GetFirst, GetLast, GetNext, and GetPrevious methods in a large collection, call GetFirst before calling GetNext on that collection and call GetLast before calling GetPrevious. To ensure that you are always making the calls on the same collection, create an explicit variable that refers to that collection before entering the loop.

See Also

Reference

Conflicts Interface

Conflicts Members

Microsoft.Office.Interop.Outlook Namespace