AccountsEvents_Event.AutoDiscoverComplete Event

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.

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

Syntax

'Declaration
Event AutoDiscoverComplete As AccountsEvents_AutoDiscoverCompleteEventHandler
'Usage
Dim instance As AccountsEvents_Event
Dim handler As AccountsEvents_AutoDiscoverCompleteEventHandler

AddHandler instance.AutoDiscoverComplete, handler
event AccountsEvents_AutoDiscoverCompleteEventHandler AutoDiscoverComplete

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

Reference

AccountsEvents_Event Interface

AccountsEvents_Event Members

Microsoft.Office.Interop.Outlook Namespace