AccountsEvents_Event.AutoDiscoverComplete Event

Definition

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.

public:
 event Microsoft::Office::Interop::Outlook::AccountsEvents_AutoDiscoverCompleteEventHandler ^ AutoDiscoverComplete;
event Microsoft.Office.Interop.Outlook.AccountsEvents_AutoDiscoverCompleteEventHandler AutoDiscoverComplete;
Event AutoDiscoverComplete As AccountsEvents_AutoDiscoverCompleteEventHandler 

Event Type

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.

Applies to