Share via


AddressEntries.GetLast Method

Returns the last object in the AddressEntries collection.

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

Syntax

'Declaration
<DispIdAttribute()> _
Function GetLast As AddressEntry
'Usage
Dim instance As AddressEntries
Dim returnValue As AddressEntry

returnValue = instance.GetLast()
[DispIdAttribute()]
AddressEntry GetLast()

Return Value

Type: Microsoft.Office.Interop.Outlook.AddressEntry
An AddressEntry 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

Reference

AddressEntries Interface

AddressEntries Members

Microsoft.Office.Interop.Outlook Namespace