DeleteFolderCompletedEventArgs.Result Property

Definition

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.

Applies to