Accounts.AutoDiscoverComplete Event (Outlook)

Occurs after Microsoft Outlook has finished accessing the auto-discovery service of the Microsoft Exchange Server that is associated with the account, and has the related information available in the AutoDiscoverXml property of the Account object.

Version Information

Version Added: Outlook 2010

Syntax

expression .AutoDiscoverComplete(Account)

expression A variable that represents an Accounts object.

Parameters

Name

Required/Optional

Data Type

Description

Account

Required

Account

The account whose auto-discovery of the associated Exchange Server is complete.

Remarks

This event is similar to the AutoDiscoverComplete event of the NameSpace object, except that this event applies to the account for which auto-discovery is completed and not necessarily to the primary Exchange account.

See Also

Concepts

Accounts Object

Accounts Object Members