Skip to content

Latest commit

 

History

History
41 lines (23 loc) · 1.38 KB

Outlook.AddressEntries.GetLast.md

File metadata and controls

41 lines (23 loc) · 1.38 KB
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
AddressEntries.GetLast method (Outlook)
vbaol11.chm34
vbaol11.chm34
Outlook.AddressEntries.GetLast
22b54c0f-5167-ac76-0cff-7ee4a142e1b3
06/08/2017
medium

AddressEntries.GetLast method (Outlook)

Returns the last object in the AddressEntries collection.

Syntax

expression. GetLast

expression A variable that represents an AddressEntries object.

Return value

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

AddressEntries Object

[!includeSupport and feedback]