Conflicts.GetLast method (Outlook)

Returns the last object in the Conflicts collection.

Syntax

expression. GetLast

expression A variable that represents a Conflicts object.

Return value

A Conflict object that represents the last object contained by the collection.

Remarks

It returns Nothing if no last object exists, for example, if the collection is empty. 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

Conflicts Object

Support and feedback

Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.