ApplicationEvents_11_Event.AdvancedSearchComplete Event

Definition

Occurs when the AdvancedSearch(String, Object, Object, Object) method has completed.

public:
 event Microsoft::Office::Interop::Outlook::ApplicationEvents_11_AdvancedSearchCompleteEventHandler ^ AdvancedSearchComplete;
event Microsoft.Office.Interop.Outlook.ApplicationEvents_11_AdvancedSearchCompleteEventHandler AdvancedSearchComplete;
Event AdvancedSearchComplete As ApplicationEvents_11_AdvancedSearchCompleteEventHandler 

Event Type

Remarks

The AdvancedSearchComplete event is used to return the object that was created by the AdvancedSearch method. This event only fires when the AdvancedSearch method is executed programmatically.

Applies to