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