UpdateFolderCompletedEventArgs Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The UpdateFolderCompletedEventArgs class provides data for the UpdateFolderCompleted event.
public ref class UpdateFolderCompletedEventArgs : System::ComponentModel::AsyncCompletedEventArgs
public class UpdateFolderCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs
Public Class UpdateFolderCompletedEventArgs
Inherits AsyncCompletedEventArgs
- Inheritance
-
UpdateFolderCompletedEventArgs
Remarks
For an asynchronous Exchange Web Services example, see the FindFolderAsync(FindFolderType) method.
Properties
Result |
The Result property gets a UpdateFolderResponseType object for an asynchronous UpdateFolder call. |