CreateFolderCompletedEventArgs 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 CreateFolderCompletedEventArgs class provides data for the CreateFolderCompleted event.
public ref class CreateFolderCompletedEventArgs : System::ComponentModel::AsyncCompletedEventArgs
public class CreateFolderCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs
Public Class CreateFolderCompletedEventArgs
Inherits AsyncCompletedEventArgs
- Inheritance
-
CreateFolderCompletedEventArgs
Remarks
For an asynchronous Exchange Web Services example, see the FindFolderAsync(FindFolderType) method.
Properties
Result |
The Result property gets a CreateFolderResponseType object for an asynchronous CreateFolder call. |