CreateFolderCompletedEventArgs.Result Property
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 Result property gets a CreateFolderResponseType object for an asynchronous CreateFolder call.
public:
property ExchangeWebServices::CreateFolderResponseType ^ Result { ExchangeWebServices::CreateFolderResponseType ^ get(); };
public ExchangeWebServices.CreateFolderResponseType Result { get; }
Public ReadOnly Property Result As CreateFolderResponseType
Property Value
The Result property returns a CreateFolderResponseType object.
Remarks
For an asynchronous Exchange Web Services example, see the FindFolderAsync(FindFolderType) method.