CreateManagedFolderCompletedEventArgs 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 CreateManagedFolderCompletedEventArgs class provides data for the CreateManagedFolderCompleted event.
public ref class CreateManagedFolderCompletedEventArgs : System::ComponentModel::AsyncCompletedEventArgs
public class CreateManagedFolderCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs
Public Class CreateManagedFolderCompletedEventArgs
Inherits AsyncCompletedEventArgs
- Inheritance
-
CreateManagedFolderCompletedEventArgs
Remarks
See the FindFolderAsync(FindFolderType) method for an asynchronous Exchange Web Services example.
Properties
Result |
The Result property gets a CreateManagedFolderResponseType object for an asynchronous CreateManagedFolder call. |